define a couple more abi regiesters
--HG-- extra : convert_revision : 2b909cc784d4fdd4833a70e86d13c207a7c1dd23
This commit is contained in:
parent
db71ffff2e
commit
e999645caf
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue