Added more RISC-V registers
This commit is contained in:
parent
3eba9fb526
commit
201f783a4d
1 changed files with 4 additions and 1 deletions
|
@ -37,4 +37,7 @@ const (
|
|||
X31
|
||||
)
|
||||
|
||||
var SyscallInputRegisters = []cpu.Register{X10, X11, X12, X13, X14, X15, X16}
|
||||
var (
|
||||
SyscallInputRegisters = []cpu.Register{X17, X10, X11, X12, X13, X14, X15, X16}
|
||||
SyscallOutputRegisters = []cpu.Register{X10, X11}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue