summaryrefslogtreecommitdiff
path: root/sample/iseq_loader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/iseq_loader.rb')
-rw-r--r--sample/iseq_loader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/iseq_loader.rb b/sample/iseq_loader.rb
index 4fbf02b0f6..6c6a67d3c8 100644
--- a/sample/iseq_loader.rb
+++ b/sample/iseq_loader.rb
@@ -88,7 +88,7 @@ class RubyVM::InstructionSequence
$ISEQ_LOADER_COMPILED += 1
STDERR.puts "[RUBY_COMPILED_FILE] compile #{fname}" if COMPILE_DEBUG
iseq = RubyVM::InstructionSequence.compile_file(fname)
-
+
binary = iseq.to_binary_format(extra_data(fname))
write_compiled_iseq(fname, iseq_key, binary)
iseq