From 79a679f3a3d443b631ad5437b69e729550522fcb Mon Sep 17 00:00:00 2001 From: alekseiplusplus Date: Tue, 11 Apr 2023 15:35:09 +1000 Subject: commit prior to segfault debugging --- addressing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'addressing.h') 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; -- cgit v1.2.3