Added more RISC-V registers
This commit is contained in:
parent
771b993dd8
commit
3fa3ff9227
1 changed files with 4 additions and 1 deletions
|
@ -37,4 +37,7 @@ const (
|
||||||
X31
|
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