Removed unnecessary list of registers
This commit is contained in:
@ -2,10 +2,10 @@ package cpu
|
||||
|
||||
// CPU represents the processor.
|
||||
type CPU struct {
|
||||
All []Register
|
||||
General []Register
|
||||
Input []Register
|
||||
Output []Register
|
||||
SyscallInput []Register
|
||||
SyscallOutput []Register
|
||||
NumRegisters byte
|
||||
}
|
||||
|
Reference in New Issue
Block a user