]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/debug.cpp
vm: replace assert with FACTOR_ASSERT
[factor.git] / vm / debug.cpp
index ca00580158a88b3645a47e4a8db536f5c680e70b..9ca7691e9e0f840339b2c2c53207ee0ad0af5413 100755 (executable)
@@ -586,7 +586,7 @@ void factor_vm::factorbug()
                {
                        exit_fep(this);
                        general_error(ERROR_INTERRUPT,false_object,false_object);
-                       assert(false);
+                       FACTOR_ASSERT(false);
                }
                else if(strcmp(cmd,"data") == 0)
                        dump_objects(TYPE_COUNT);