* thread.c (call_trace_proc): should return value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
647cd75166
commit
fef818ec82
@ -1,3 +1,7 @@
|
|||||||
|
Mon Nov 12 19:47:29 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* thread.c (call_trace_proc): should return value.
|
||||||
|
|
||||||
Mon Nov 12 19:45:18 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
Mon Nov 12 19:45:18 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)
|
* {bcc,win}32/Makefile.sub (miniruby): use $(COMMONOBJS) and $(DMYEXT)
|
||||||
|
2
thread.c
2
thread.c
@ -2902,7 +2902,7 @@ call_trace_proc(VALUE args)
|
|||||||
rb_thread_method_id_and_klass(GET_THREAD(), &id, &klass);
|
rb_thread_method_id_and_klass(GET_THREAD(), &id, &klass);
|
||||||
}
|
}
|
||||||
if (id == ID_ALLOCATOR)
|
if (id == ID_ALLOCATOR)
|
||||||
return;
|
return Qnil;
|
||||||
if (klass) {
|
if (klass) {
|
||||||
if (TYPE(klass) == T_ICLASS) {
|
if (TYPE(klass) == T_ICLASS) {
|
||||||
klass = RBASIC(klass)->klass;
|
klass = RBASIC(klass)->klass;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user