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.h | |
| parent | 68408d588444ae65e50e7e6e2c0af1bdbcd7a925 (diff) | |
computer: get rid of i
Diffstat (limited to 'nandgame/cpp/simpc_ui.h')
| -rw-r--r-- | nandgame/cpp/simpc_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nandgame/cpp/simpc_ui.h b/nandgame/cpp/simpc_ui.h index 4a990a6..71b651f 100644 --- a/nandgame/cpp/simpc_ui.h +++ b/nandgame/cpp/simpc_ui.h @@ -6,7 +6,7 @@ #include <memory> void simpc_ui_init(void); -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); void simpc_ui_finish_message(const std::unique_ptr<VerilatedContext> &contextp, const std::unique_ptr<Vcomputer> &topp); |
