diff options
Diffstat (limited to 'stage3/watchdog.lua')
-rw-r--r-- | stage3/watchdog.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stage3/watchdog.lua b/stage3/watchdog.lua index dac4d57..8d3a206 100644 --- a/stage3/watchdog.lua +++ b/stage3/watchdog.lua @@ -12,9 +12,13 @@ local regs = { print("global watchdog") print("extern rand, watchdog_err") +print("section .bss") + print("regs_backup: resq 16") print("regs_rand: resq 16") +print("section .text") + print("watchdog:") local function iter_regs(f) |