summaryrefslogtreecommitdiff
path: root/lib/profile.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/profile.rb')
-rw-r--r--lib/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profile.rb b/lib/profile.rb
index 19275a3fd2..2aeecce908 100644
--- a/lib/profile.rb
+++ b/lib/profile.rb
@@ -1,6 +1,6 @@
require 'profiler'
-VM::InstructionSequence.compile_option = {
+RubyVM::InstructionSequence.compile_option = {
:trace_instruction => true,
:specialized_instruction => false
}