Removed unnecessary list of registers
This commit is contained in:
parent
bfa8f9c7c4
commit
cc1c990dc8
4 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue