From b1c5d848f89dc4bc7a25909fed26b4d8dcebb074 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 12 Aug 2007 19:09:15 +0000 Subject: * vm_dump.c (debug_print_pre): fix to show control frame count. * insns.def (opt_call_c_function): fix operand type. * lib/vm/instruction.rb: ditto. * insnhelper.ci (vm_push_frame, vm_pop_frame): fix to show control stack status on if VMDEBUG == 2. * vm.h: add a comment about VMDEBUG. * iseq.c (find_prev_line_no): fix to skip bug report if line is not found. * lib/vm/instruction.rb: fix to use build_string() on source code generators. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- vm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vm.h') diff --git a/vm.h b/vm.h index 0104203892..08bcef03cf 100644 --- a/vm.h +++ b/vm.h @@ -31,7 +31,7 @@ extern VALUE ruby_vm_redefined_flag; * debug level: * 0: no debug output * 1: show instruction name - * 2: + * 2: show stack frame when control stack frame is changed * 3: show stack status * 4: show register * 5: -- cgit v1.2.3