diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-07 20:37:05 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-02-07 20:37:05 +0000 |
commit | 06ac1d9ab4fd2b4b6a62e7240bf092e9bc270161 (patch) | |
tree | 9a5b62448f3ea2925f3f12e25967c47ae184f5b9 /sys | |
parent | c78cf95f92bd2ba423b7e8b679a9511395eed6df (diff) |
no 968dyncall in kernel
Diffstat (limited to 'sys')
-rw-r--r-- | sys/lib/libkern/arch/hppa/milli.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libkern/arch/hppa/milli.S b/sys/lib/libkern/arch/hppa/milli.S index b6b2eeed8e9..d92ae3e7fb9 100644 --- a/sys/lib/libkern/arch/hppa/milli.S +++ b/sys/lib/libkern/arch/hppa/milli.S @@ -459,7 +459,7 @@ len2: .equ 2 len4: .equ 4 - +#if 0 $$dyncall: .proc .callinfo NO_CALLS @@ -476,7 +476,7 @@ noshlibs: be 0(sr0,r22) stw rp,-24(sp) .procend - +#endif temp: .EQU r1 retreg: .EQU ret1 ; r29 |