mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
print the disasm
It seems to be my fault to leave the variable disasm unused.
This commit is contained in:
parent
b6ebbee5d6
commit
171a6ad1c1
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ vm_check_canary(const rb_execution_context_t *ec, VALUE *sp)
|
|||
const VALUE inspection = rb_inspect(iseqw);
|
||||
const char *stri = rb_str_to_cstr(inspection);
|
||||
const VALUE disasm = rb_iseq_disasm(iseq);
|
||||
const char *strd = "";/* rb_str_to_cstr(disasm); */
|
||||
const char *strd = rb_str_to_cstr(disasm);
|
||||
|
||||
/* rb_bug() is not capable of outputting this large contents. It
|
||||
is designed to run form a SIGSEGV handler, which tends to be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue