quotations.c: fix quot_code_offset_to_scan

db4
Slava Pestov 2009-04-25 22:35:51 -05:00
parent 8ea3db9eef
commit 89eccddde7
1 changed files with 4 additions and 4 deletions

View File

@ -369,7 +369,7 @@ struct.) */
} }
#define COUNT_TAIL_CALL(name,scan) { \ #define COUNT_TAIL_CALL(name,scan) { \
if(stack_frame) COUNT(JIT_EPILOG,scan) \ if(stack_frame) COUNT(userenv[JIT_EPILOG],scan) \
tail_call = true; \ tail_call = true; \
COUNT(name,scan); \ COUNT(name,scan); \
} }