mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_dump.c (vm_stack_dump_raw): disable verbose debug output.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9ead0d771b
commit
1c4f7a4c64
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 16 01:48:08 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_dump.c (vm_stack_dump_raw): disable verbose debug output.
|
||||
|
||||
Mon Jun 16 01:33:08 2008 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* vm_core.h, thread.c: rename global_interpreter_lock to
|
||||
|
|
|
@ -142,7 +142,7 @@ control_frame_dump(rb_thread_t *th, rb_control_frame_t *cfp)
|
|||
void
|
||||
vm_stack_dump_raw(rb_thread_t *th, rb_control_frame_t *cfp)
|
||||
{
|
||||
#if 1
|
||||
#if 0
|
||||
VALUE *sp = cfp->sp, *bp = cfp->bp;
|
||||
VALUE *lfp = cfp->lfp;
|
||||
VALUE *dfp = cfp->dfp;
|
||||
|
|
Loading…
Reference in a new issue