diff options
| author | uvok | 2026-01-11 11:55:39 +0100 |
|---|---|---|
| committer | uvok | 2026-01-11 11:59:20 +0100 |
| commit | f0af08d011935cce4191687fdecacdfef0cbe756 (patch) | |
| tree | 5ca945db14f9b921507daa8e2a79f0287a4d5946 /nandgame/cpp/simpc_ui.cpp | |
| parent | 68408d588444ae65e50e7e6e2c0af1bdbcd7a925 (diff) | |
computer: get rid of i
Diffstat (limited to 'nandgame/cpp/simpc_ui.cpp')
| -rw-r--r-- | nandgame/cpp/simpc_ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nandgame/cpp/simpc_ui.cpp b/nandgame/cpp/simpc_ui.cpp index 35cbdcb..eead4b5 100644 --- a/nandgame/cpp/simpc_ui.cpp +++ b/nandgame/cpp/simpc_ui.cpp @@ -44,7 +44,7 @@ bool paused = false; -void simpc_ui_write(const std::unique_ptr<Vcomputer> &topp, int &i, +void simpc_ui_write(const std::unique_ptr<Vcomputer> &topp, uint64_t &i, StepPosition_t sp) { uint16_t opcode = topp->computer->PC_content_int; |
