]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/cpu-x86.cpp
vm: strip out call-counting profiler
[factor.git] / vm / cpu-x86.cpp
index d3a7bf0b15d740c11a98cc8eb5118cbbccf1b910..003d8e198071119c8df5e9d09b096cfc575b0d68 100644 (file)
@@ -63,7 +63,7 @@ void factor_vm::dispatch_signal_handler(cell *sp, cell *pc, cell handler)
                else
                        assert(false);
 
-               *pc = (cell)handler_word->code->entry_point();
+               *pc = (cell)handler_word->entry_point;
        }
 }