about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/dynarec/dynarec_arm64.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dynarec/dynarec_arm64.c b/src/dynarec/dynarec_arm64.c
index bcdcb16d..995e4633 100755
--- a/src/dynarec/dynarec_arm64.c
+++ b/src/dynarec/dynarec_arm64.c
@@ -526,6 +526,7 @@ void* FillBlock64(dynablock_t* block, uintptr_t addr) {
     helper.sons_x64 = NULL;
     free(helper.sons_arm);
     helper.sons_arm = NULL;
+    current_helper = NULL;
     //block->done = 1;
     return (void*)block;
 }