]> gitweb.factorcode.org Git - factor.git/blobdiff - vm/vm.cpp
VM: merging the profiling_sample and profiling_sample_count classes
[factor.git] / vm / vm.cpp
index 130bdda7c9d88e2f8c89cd502e0755370e8f0837..0d2d65a7155867723bd08fdd402fbe85c2799b0c 100644 (file)
--- a/vm/vm.cpp
+++ b/vm/vm.cpp
@@ -16,7 +16,7 @@ factor_vm::factor_vm(THREADHANDLE thread)
       sampling_profiler_p(false),
       signal_pipe_input(0),
       signal_pipe_output(0),
-      sample_counts(0, 0, 0, 0, 0),
+      current_sample(0, 0, 0, 0, 0),
       gc_off(false),
       data(NULL), code(NULL), callbacks(NULL),
       current_gc(NULL),