mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* vm_trace.c (rb_tracepoint_new): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d9254071ea
commit
e78cf44a99
1 changed files with 1 additions and 1 deletions
|
@ -1082,7 +1082,7 @@ tracepoint_new(VALUE klass, rb_thread_t *target_th, rb_event_flag_t events, void
|
|||
VALUE
|
||||
rb_tracepoint_new(VALUE target_thread, rb_event_flag_t events, void (*func)(VALUE, void *), void *data)
|
||||
{
|
||||
rb_thread_t *target_th = GET_THREAD();
|
||||
rb_thread_t *target_th = 0;
|
||||
if (RTEST(target_thread)) {
|
||||
/* TODO: now unsupported */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue