From: Nathan Binkert Date: Wed, 19 Oct 2005 00:02:23 +0000 (-0400) Subject: define a couple more abi regiesters X-Git-Tag: m5_2.0_beta1~332 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e999645caf2f5808512a1f4e88cf8a24d8f8cbc6;p=gem5.git define a couple more abi regiesters --HG-- extra : convert_revision : 2b909cc784d4fdd4833a70e86d13c207a7c1dd23 --- 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,