diff options
-rw-r--r-- | lib/libc/alpha/gen/divrem.m4 | 2 | ||||
-rw-r--r-- | sys/alpha/alpha/divrem.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/alpha/gen/divrem.m4 b/lib/libc/alpha/gen/divrem.m4 index 5d6ec9c..9fab00a 100644 --- a/lib/libc/alpha/gen/divrem.m4 +++ b/lib/libc/alpha/gen/divrem.m4 @@ -56,7 +56,7 @@ ifelse(S, `true', `define(NEG, `t4')') #include <machine/asm.h> -LEAF(NAME, 0) /* XXX */ +NESTED(NAME, 0, 0, t9, 0, 0) /* Get the right ra */ lda sp, -64(sp) stq BIT, 0(sp) stq I, 8(sp) diff --git a/sys/alpha/alpha/divrem.m4 b/sys/alpha/alpha/divrem.m4 index c24689f..866f710 100644 --- a/sys/alpha/alpha/divrem.m4 +++ b/sys/alpha/alpha/divrem.m4 @@ -56,7 +56,7 @@ ifelse(S, `true', `define(NEG, `t4')') #include <machine/asm.h> -LEAF(NAME, 0) /* XXX */ +NESTED(NAME, 0, 0, t9, 0, 0) /* Get the right ra */ lda sp, -64(sp) stq BIT, 0(sp) stq I, 8(sp) |