]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/errors.cpp
quick test vocab for mt stuff
[factor.git] / vm / errors.cpp
index f483fb4a0919a01c887f5903c584c5393a74847f..154237a8f2cb35606dd1914a0eadcbbe1e787fb5 100755 (executable)
@@ -165,7 +165,7 @@ void factorvm::memory_signal_handler_impl()
 
 void memory_signal_handler_impl()
 {
-       SIGNAL_VM_PTR->misc_signal_handler_impl();
+       SIGNAL_VM_PTR()->misc_signal_handler_impl();
 }
 
 void factorvm::misc_signal_handler_impl()
@@ -175,7 +175,7 @@ void factorvm::misc_signal_handler_impl()
 
 void misc_signal_handler_impl()
 {
-       SIGNAL_VM_PTR->misc_signal_handler_impl();
+       SIGNAL_VM_PTR()->misc_signal_handler_impl();
 }
 
 void factorvm::fp_signal_handler_impl()