diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:23:43 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1997-05-11 16:23:43 +0000 |
commit | cf85a0861a17ef7fe92d4dacf5d4e78fae01fcd0 (patch) | |
tree | 40858255d43998f7abdd854103a128bf6e1626cd /sys/arch/arc | |
parent | 40c414f03c0467750848e7b4afbe51ffdadd9c27 (diff) |
Allow ABICALLS set outside file
Diffstat (limited to 'sys/arch/arc')
-rw-r--r-- | sys/arch/arc/include/asm.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/arc/include/asm.h b/sys/arch/arc/include/asm.h index 049ee04e0d3..bd2fdeea297 100644 --- a/sys/arch/arc/include/asm.h +++ b/sys/arch/arc/include/asm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: asm.h,v 1.5 1997/05/02 08:38:45 pefo Exp $ */ +/* $OpenBSD: asm.h,v 1.6 1997/05/11 16:23:42 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 |