Fixed a typo.
--HG-- extra : convert_revision : 9ad2bde341a9efb2826159229427b719ff2142f4
This commit is contained in:
parent
55293c9e98
commit
76daf50937
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ namespace SparcISA
|
|||
const int ArgumentReg4 = 12;
|
||||
const int ArgumentReg5 = 13;
|
||||
const int SyscallNumReg = 1;
|
||||
// Some OS syscall sue a second register (o1) to return a second value
|
||||
// Some OS syscall use a second register (o1) to return a second value
|
||||
const int SyscallPseudoReturnReg = ArgumentReg1;
|
||||
|
||||
//XXX These numbers are bogus
|
||||
|
|
Loading…
Reference in a new issue