Added more RISC-V registers
This commit is contained in:
parent
771b993dd8
commit
3fa3ff9227
@ -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…
Reference in New Issue
Block a user