aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorMarvin Borner2023-01-30 23:16:44 +0100
committerMarvin Borner2023-01-30 23:16:44 +0100
commit82f6a5ef2b2ca2ec31afabdca9d0141bc732c6e7 (patch)
tree09d564355a649d7238ea5a5a49c94efb168a532c /src/main.c
parent9f770358c43ccf3730e85c3a6bbb00d0b492ecbb (diff)
More gui => more bugsHEADmain
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 244b715..7f5ad67 100644
--- a/src/main.c
+++ b/src/main.c
@@ -6,7 +6,8 @@
static struct cpu_interface cpu = {
.reg_names = gui_reg_names,
.reg_update = gui_reg_update,
- .instr_done = gui_instr_done,
+ .instr_push = gui_instr_push,
+ .instr_pop = gui_instr_pop,
};
static struct gui_interface gui = {