diff options
| author | Julian Blake Kongslie | 2022-10-15 14:30:18 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-10-15 14:30:18 -0700 |
| commit | d4de41da0bd70a51aeb26b3d1a8d70bd59b3447e (patch) | |
| tree | 292c0601791108082460e05d126e694d6164e117 /isa/checker.h | |
| parent | Restrict SOURCES to visible top-level directories. (diff) | |
| download | biggolf-d4de41da0bd70a51aeb26b3d1a8d70bd59b3447e.tar.xz | |
Add MQ register support.
Diffstat (limited to 'isa/checker.h')
| -rw-r--r-- | isa/checker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isa/checker.h b/isa/checker.h index 1ea572b..d70997f 100644 --- a/isa/checker.h +++ b/isa/checker.h | |||
| @@ -38,6 +38,7 @@ struct funcmem { | |||
| 38 | struct checker { | 38 | struct checker { |
| 39 | unsigned int acc = 0; | 39 | unsigned int acc = 0; |
| 40 | unsigned int link = 0; | 40 | unsigned int link = 0; |
| 41 | unsigned int mq = 0; | ||
| 41 | unsigned int pc = 00200; | 42 | unsigned int pc = 00200; |
| 42 | std::array<unsigned int, NUM_CTLREGS> ctlregs; | 43 | std::array<unsigned int, NUM_CTLREGS> ctlregs; |
| 43 | instruction_context inst; | 44 | instruction_context inst; |
