Removed unnecessary list of registers
This commit is contained in:
@ -24,12 +24,12 @@ func NewFunction(pkg string, name string, file *fs.File) *Function {
|
||||
Scopes: []*scope.Scope{{}},
|
||||
},
|
||||
CPU: cpu.CPU{
|
||||
All: x86.AllRegisters,
|
||||
General: x86.GeneralRegisters,
|
||||
Input: x86.InputRegisters,
|
||||
Output: x86.OutputRegisters,
|
||||
SyscallInput: x86.SyscallInputRegisters,
|
||||
SyscallOutput: x86.SyscallOutputRegisters,
|
||||
NumRegisters: 16,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user