]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/quotations.cpp
removed some vm-> pointers
[factor.git] / vm / quotations.cpp
index 7b03ada175734b1d974ae0139891b7dc19972874..b28fb1d3a1fc71b91dd3a8fdc496b5107e57f8c8 100755 (executable)
@@ -92,7 +92,7 @@ bool quotation_jit::stack_frame_p()
                switch(tagged<object>(obj).type())
                {
                case WORD_TYPE:
-                       if(untag<word>(obj)->subprimitive == F)
+                       if(myvm->untag<word>(obj)->subprimitive == F)
                                return true;
                        break;
                case QUOTATION_TYPE: