Improved code generation
This commit is contained in:
@ -2,10 +2,10 @@ package cpu
|
||||
|
||||
// CPU represents the processor.
|
||||
type CPU struct {
|
||||
Call []Register
|
||||
General []Register
|
||||
Syscall []Register
|
||||
Return []Register
|
||||
Input []Register
|
||||
Output []Register
|
||||
usage uint64
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user