From 96ffa24a89414e4fc92787a38e6fbf2650c76f7e 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 86d071c0..96fb1835 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 00000000..ac505bd5 --- /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