]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/mvm-none.cpp
vm: replace assert with FACTOR_ASSERT
[factor.git] / vm / mvm-none.cpp
index 56692d16de4e6250b4d7ff6284746da96e6e7362..596e2527e8775026feab3875473512dd11d9094d 100644 (file)
@@ -12,7 +12,7 @@ void init_mvm()
 
 void register_vm_with_thread(factor_vm *vm)
 {
-       assert(!global_vm);
+       FACTOR_ASSERT(!global_vm);
        global_vm = vm;
 }