fix confusion of GC_DEBUG and VM_DEBUG

This commit is contained in:
Yuichi Nishiwaki 2013-10-20 13:07:14 +09:00
parent 6d8d7bb8bd
commit 40c996bd03
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ pic_run(pic_state *pic, struct pic_proc *proc, pic_value args)
STOP:
val = POP();
#if GC_DEBUG
#if VM_DEBUG
puts("**VM END STATE**");
printf("stbase = %p\nsp = %p\n", pic->stbase, pic->sp);
printf("cibase = %p\nci = %p\n", pic->cibase, pic->ci);