diff options
Diffstat (limited to 'sysdeps/alpha/divrem.h')
-rw-r--r-- | sysdeps/alpha/divrem.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/alpha/divrem.h b/sysdeps/alpha/divrem.h index ee7f64ef1e..f296179e99 100644 --- a/sysdeps/alpha/divrem.h +++ b/sysdeps/alpha/divrem.h @@ -32,12 +32,12 @@ sequence, these expect their arguments in registers t10 and t11, and return the result in t12 (aka pv). Registers AT and v0 may be clobbered (assembly temporary), anything else must be saved. */ +#include <sysdep.h> + #ifdef __linux__ -# include <alpha/regdef.h> # include <asm/gentrap.h> # include <asm/pal.h> #else -# include <regdef.h> # include <machine/pal.h> #endif @@ -185,4 +185,4 @@ divbyzero: ldq arg1,0x00(sp) br done - .end FUNC_NAME + END(FUNC_NAME) |