Browse Source

need to define some more registers

Mike Frysinger 19 years ago
parent
commit
5a0c78cd11
1 changed files with 3 additions and 0 deletions
  1. 3 0
      libc/sysdeps/linux/alpha/sys/regdef.h

+ 3 - 0
libc/sysdeps/linux/alpha/sys/regdef.h

@@ -41,4 +41,7 @@
 #define sp	$30	/* stack pointer */
 #define sp	$30	/* stack pointer */
 #define zero	$31	/* reads as zero, writes are noops */
 #define zero	$31	/* reads as zero, writes are noops */
 
 
+#define r0	v0
+#define r1	a4
+
 #endif /* __alpha_regdef_h__ */
 #endif /* __alpha_regdef_h__ */