* gc.c (gc_prof_sweep_timer_stop): catch up recent changes

to compile on GC_PROFILE_MORE_DETAIL=1.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-10-23 05:22:10 +00:00
Родитель 2bd5ab359d
Коммит 29ffa2c273
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Wed Oct 23 14:20:56 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_prof_sweep_timer_stop): catch up recent changes
to compile on GC_PROFILE_MORE_DETAIL=1.
Wed Oct 23 11:43:27 2013 Zachary Scott <e@zzak.io>
* file.c: [DOC] fix rdoc format of File#expand_path from r43386

2
gc.c
Просмотреть файл

@ -5724,7 +5724,7 @@ gc_prof_sweep_timer_stop(rb_objspace_t *objspace)
#if GC_PROFILE_MORE_DETAIL
record->gc_sweep_time += sweep_time;
if (deferred_final_list) record->flags |= GPR_FLAG_HAVE_FINALIZE;
if (heap_pages_deferred_final) record->flags |= GPR_FLAG_HAVE_FINALIZE;
#endif
}
}