diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 19:25:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1999-04-20 19:25:03 +0000 |
commit | 91977f2f5f369f2cf342220876b0c401516db38a (patch) | |
tree | 0d6c2e3bc16cad2e27d6d32c04f53bd1be09e6e8 /sys/arch/hppa/include/asm.h | |
parent | a1d37093111868bb0f4ba64c44c529d8fd4fdc18 (diff) |
proper entry/exit; no place for va_args12-13
Diffstat (limited to 'sys/arch/hppa/include/asm.h')
-rw-r--r-- | sys/arch/hppa/include/asm.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/asm.h b/sys/arch/hppa/include/asm.h index 79c31972bdb..a13c8c3ba12 100644 --- a/sys/arch/hppa/include/asm.h +++ b/sys/arch/hppa/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.6 1999/01/16 07:58:32 mickey Exp $ */ +/* $OpenBSD: asm.h,v 1.7 1999/04/20 19:25:02 mickey Exp $ */ /* * Copyright (c) 1990,1991,1994 The University of Utah and @@ -268,8 +268,6 @@ tf4 .reg %fr8 #define VA_ARG9 -FM_SIZE-40 #define VA_ARG10 -FM_SIZE-44 #define VA_ARG11 -FM_SIZE-48 -#define VA_ARG12 -FM_SIZE-52 -#define VA_ARG13 -FM_SIZE-56 #ifdef __STDC__ #define __CONCAT(a,b) a ## b @@ -314,7 +312,7 @@ tf4 .reg %fr8 #endif #define ENTRY(x) !\ - .space $text$ !\ + .space .text !\ .subspa $code$ !\ .export x,entry !\ .label x !\ @@ -328,8 +326,6 @@ tf4 .reg %fr8 .label x #define EXIT(x) !\ - bv,n r0(rp) !\ - nop !\ .exit !\ .procend |