]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.cpp
added vm passing to some alien/boxing functions and added some vm asserts
[factor.git] / vm / quotations.cpp
index b28fb1d3a1fc71b91dd3a8fdc496b5107e57f8c8..9c771129fcf1ba36c0717943f9b9cfa43b81b7c7 100755 (executable)
@@ -370,6 +370,7 @@ cell factorvm::lazy_jit_compile_impl(cell quot_, stack_frame *stack)
 
 VM_ASM_API cell lazy_jit_compile_impl(cell quot_, stack_frame *stack, factorvm *myvm)
 {
+       ASSERTVM();
        return VM_PTR->lazy_jit_compile_impl(quot_,stack);
 }