diff options
Diffstat (limited to 'libc/sysdeps/linux/alpha')
-rw-r--r-- | libc/sysdeps/linux/alpha/sys/regdef.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/alpha/sys/regdef.h b/libc/sysdeps/linux/alpha/sys/regdef.h index 142df9c4f..18fb0d5d9 100644 --- a/libc/sysdeps/linux/alpha/sys/regdef.h +++ b/libc/sysdeps/linux/alpha/sys/regdef.h @@ -41,4 +41,7 @@ #define sp $30 /* stack pointer */ #define zero $31 /* reads as zero, writes are noops */ +#define r0 v0 +#define r1 a4 + #endif /* __alpha_regdef_h__ */ |