diff options
author | Nathan Binkert <binkertn@umich.edu> | 2005-10-18 20:02:23 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2005-10-18 20:02:23 -0400 |
commit | e999645caf2f5808512a1f4e88cf8a24d8f8cbc6 (patch) | |
tree | 2b011c4a7c661e8f5e26d868e7d60af21c13ddb3 /arch | |
parent | db71ffff2effcd68bf4ef7548592bc38f6662f06 (diff) | |
download | gem5-e999645caf2f5808512a1f4e88cf8a24d8f8cbc6.tar.xz |
define a couple more abi regiesters
--HG--
extra : convert_revision : 2b909cc784d4fdd4833a70e86d13c207a7c1dd23
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/isa_traits.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/alpha/isa_traits.hh b/arch/alpha/isa_traits.hh index cc6d81478..2570d12f0 100644 --- a/arch/alpha/isa_traits.hh +++ b/arch/alpha/isa_traits.hh @@ -73,8 +73,10 @@ class AlphaISA // the rest of these depend on the ABI StackPointerReg = 30, GlobalPointerReg = 29, + ProcedureValueReg = 27, ReturnAddressReg = 26, ReturnValueReg = 0, + FramePointerReg = 15, ArgumentReg0 = 16, ArgumentReg1 = 17, ArgumentReg2 = 18, |