2
0
Nicolas Cannasse 8 жил өмнө
parent
commit
1c2366aaea
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/debugger.c

+ 1 - 0
src/debugger.c

@@ -60,6 +60,7 @@ static void hl_debug_loop( hl_module *m ) {
 		send("HLD0",4);
 		send(&flags,4);
 		send(&main_thread_id,4);
+		send(&m->globals_data,sizeof(void*));
 		send(&stack_top,sizeof(void*));
 		send(&m->jit_code,sizeof(void*));
 		send(&m->codesize,4);