From 10e2f5cb3615c160ee6dd4f57683d2d9009e4666 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 17 Oct 1988 12:55:24 +0000 Subject: [PATCH] Added vars.s --- mach/vax4/libem/LIST | 1 + mach/vax4/libem/vars.s | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 mach/vax4/libem/vars.s diff --git a/mach/vax4/libem/LIST b/mach/vax4/libem/LIST index 86d071c07..96fb18351 100644 --- a/mach/vax4/libem/LIST +++ b/mach/vax4/libem/LIST @@ -69,3 +69,4 @@ strlb.s mon.s fat.s trp.s +vars.s diff --git a/mach/vax4/libem/vars.s b/mach/vax4/libem/vars.s new file mode 100644 index 000000000..ac505bd59 --- /dev/null +++ b/mach/vax4/libem/vars.s @@ -0,0 +1,13 @@ +.globl hol0 +.globl .reghp +.globl .trppc +.globl .trpim + +hol0: + .space 8 +.trppc: + .space 4 +.trpim: + .long 0 +.reghp: + .long _end -- 2.34.1