]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/errors.cpp
fixed stupid signal handler bug
[factor.git] / vm / errors.cpp
index 154237a8f2cb35606dd1914a0eadcbbe1e787fb5..8372edf0d2fc53c6b2c1f1b872693e61447d816f 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()->memory_signal_handler_impl();
 }
 
 void factorvm::misc_signal_handler_impl()