summaryrefslogtreecommitdiff
path: root/addressing.h
diff options
context:
space:
mode:
Diffstat (limited to 'addressing.h')
-rw-r--r--addressing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressing.h b/addressing.h
index cf32561..a179645 100644
--- a/addressing.h
+++ b/addressing.h
@@ -34,7 +34,7 @@ typedef struct AddData AddData;
//Holds address of current instruction.
-void (*current_instruction)(address);
+void* current_instruction;