quotations.c: fix quot_code_offset_to_scan
parent
8ea3db9eef
commit
89eccddde7
|
@ -369,7 +369,7 @@ struct.) */
|
|||
}
|
||||
|
||||
#define COUNT_TAIL_CALL(name,scan) { \
|
||||
if(stack_frame) COUNT(JIT_EPILOG,scan) \
|
||||
if(stack_frame) COUNT(userenv[JIT_EPILOG],scan) \
|
||||
tail_call = true; \
|
||||
COUNT(name,scan); \
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue