aboutsummaryrefslogtreecommitdiff
path: root/inc/cpu.h
diff options
context:
space:
mode:
authorMarvin Borner2023-01-30 23:16:44 +0100
committerMarvin Borner2023-01-30 23:16:44 +0100
commit82f6a5ef2b2ca2ec31afabdca9d0141bc732c6e7 (patch)
tree09d564355a649d7238ea5a5a49c94efb168a532c /inc/cpu.h
parent9f770358c43ccf3730e85c3a6bbb00d0b492ecbb (diff)
More gui => more bugsHEADmain
Diffstat (limited to 'inc/cpu.h')
-rw-r--r--inc/cpu.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/cpu.h b/inc/cpu.h
index ca85a2f..e0caf50 100644
--- a/inc/cpu.h
+++ b/inc/cpu.h
@@ -6,9 +6,10 @@
#include <err.h>
struct cpu_interface {
- void (*reg_names)(const char *names, int n);
+ void (*reg_names)(const char *names[], int n);
void (*reg_update)(int reg, uint64_t val);
- void (*instr_done)(char *instr);
+ void (*instr_push)(char *instr);
+ void (*instr_pop)(void);
};
enum registers {