diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 20:58:27 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-11-24 20:58:27 +0000 |
commit | c971d45144e1eccd9332099521cdab41bf38e0c8 (patch) | |
tree | 5d30da605bfbb55b020eeb8af789c7998b821a13 /sys/arch/mac68k | |
parent | 4818258b02d2b275691015bbb3bda6a0e02e4839 (diff) |
make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers
ok miod
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/mac68k/locore.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/mac68k/locore.s b/sys/arch/mac68k/mac68k/locore.s index 1c589abad89..7539543992f 100644 --- a/sys/arch/mac68k/mac68k/locore.s +++ b/sys/arch/mac68k/mac68k/locore.s @@ -1,4 +1,4 @@ -/* $OpenBSD: locore.s,v 1.59 2007/10/10 15:53:52 art Exp $ */ +/* $OpenBSD: locore.s,v 1.60 2007/11/24 20:58:26 deraadt Exp $ */ /* $NetBSD: locore.s,v 1.103 1998/07/09 06:02:50 scottr Exp $ */ /* @@ -1368,7 +1368,7 @@ Lm68881rdone: */ .balign 8 | align to half-line boundary -ALTENTRY(_delay, _delay) +ALTENTRY(_delay, delay) ENTRY(delay) movl sp@(4),d0 | get microseconds to delay cmpl #0x40000,d0 | is it a "large" delay? |