diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 15:35:09 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-11 15:35:09 +1000 |
commit | 79a679f3a3d443b631ad5437b69e729550522fcb (patch) | |
tree | 037eeebbdc8f848960b781575a9f6e0d712758b3 /addressing.h | |
parent | 07980e780e331352ea81d0176d9028325968a771 (diff) |
commit prior to segfault debugging
Diffstat (limited to 'addressing.h')
-rw-r--r-- | addressing.h | 2 |
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; |