This commit is contained in:
nora 2025-03-09 16:02:15 +01:00
parent 105706e862
commit ca565ddeb3
5 changed files with 208 additions and 4 deletions

View file

@ -64,6 +64,7 @@ fn main() -> eyre::Result<()> {
xreg: [0; 32],
xreg0_value: 0,
pc: start,
reservation_set: None,
debug: std::env::args().any(|arg| arg == "--debug"),