diff options
| author | Julian Blake Kongslie | 2022-11-05 12:52:35 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-11-05 12:52:35 -0700 |
| commit | 942ed41dafd362fea506d63ff72e9ff9de114c12 (patch) | |
| tree | 3eb21f8fd0fc7dc8b80f78ce8d47ef6c44faf3c9 /isa/checker.h | |
| parent | Add $char shorthand in evt (diff) | |
| download | biggolf-942ed41dafd362fea506d63ff72e9ff9de114c12.tar.xz | |
Startup with TT interrupts already enabled
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 96460cf..65ef8c9 100644 --- a/isa/checker.h +++ b/isa/checker.h | |||
| @@ -50,6 +50,7 @@ struct checker { | |||
| 50 | : system(system) | 50 | : system(system) |
| 51 | { | 51 | { |
| 52 | ctlregs.fill(0); | 52 | ctlregs.fill(0); |
| 53 | ctlregs[TT_FLAGS] = TTF_INT_ENABLE; | ||
| 53 | } | 54 | } |
| 54 | void execute(); | 55 | void execute(); |
| 55 | bool done() { | 56 | bool done() { |
