From e999645caf2f5808512a1f4e88cf8a24d8f8cbc6 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Tue, 18 Oct 2005 20:02:23 -0400 Subject: [PATCH] define a couple more abi regiesters --HG-- extra : convert_revision : 2b909cc784d4fdd4833a70e86d13c207a7c1dd23 --- arch/alpha/isa_traits.hh | 2 ++ 1 file changed, 2 insertions(+) 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,