]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.cpp
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / vm / quotations.cpp
index 34412149db775bce16d24bfcff794c7926603b4f..5580d8a67e9396163fbfe16e37d8ad0116297340 100755 (executable)
@@ -369,7 +369,7 @@ cell factor_vm::lazy_jit_compile_impl(cell quot_, stack_frame *stack)
        return quot.value();
 }
 
-VM_ASM_API cell lazy_jit_compile_impl(cell quot_, stack_frame *stack, factor_vm *myvm)
+VM_ASM_API_OVERFLOW cell lazy_jit_compile_impl(cell quot_, stack_frame *stack, factor_vm *myvm)
 {
        ASSERTVM();
        return VM_PTR->lazy_jit_compile_impl(quot_,stack);