diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:26:09 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:26:09 +0000 |
commit | 2f70b59ccd13377c85102c85b5b68da7571890a2 (patch) | |
tree | f8cedcb5725e1f08a84a69d98bd446b2ecc3a78f /sys/arch/wgrisc/include/asm.h | |
parent | 05de016f36ec20374fca91f514733b297fafa057 (diff) |
Current update
Diffstat (limited to 'sys/arch/wgrisc/include/asm.h')
-rw-r--r-- | sys/arch/wgrisc/include/asm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/wgrisc/include/asm.h b/sys/arch/wgrisc/include/asm.h index 06df98758c2..e5c8f892109 100644 --- a/sys/arch/wgrisc/include/asm.h +++ b/sys/arch/wgrisc/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.1 1997/02/06 16:02:44 pefo Exp $ */ +/* $OpenBSD: asm.h,v 1.2 1997/05/11 16:26:00 pefo Exp $ */ /* * Copyright (c) 1992, 1993 @@ -49,7 +49,9 @@ #include <machine/regdef.h> +#ifndef ABICALLS #define ABICALLS .abicalls +#endif #if defined(ABICALLS) && !defined(_KERNEL) ABICALLS |