diff options
author | Alan Wu <[email protected]> | 2021-10-18 09:49:36 -0400 |
---|---|---|
committer | Alan Wu <[email protected]> | 2021-10-20 18:19:43 -0400 |
commit | 454fbe10460e7758718f637d0af82823c16b5ec4 (patch) | |
tree | c9a8153ca38b24c6a83fa7b9539f227324b9fe1b /yjit_codegen.c | |
parent | 38f364b8f5df77a82cd485bb848fe78ba2fd5ab9 (diff) |
Expand tabs
Diffstat (limited to 'yjit_codegen.c')
-rw-r--r-- | yjit_codegen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yjit_codegen.c b/yjit_codegen.c index 611a20226f..bca5f203ec 100644 --- a/yjit_codegen.c +++ b/yjit_codegen.c @@ -4521,10 +4521,10 @@ tracing_invalidate_all_i(void *vstart, void *vend, size_t stride, void *data) void *ptr = asan_poisoned_object_p(v); asan_unpoison_object(v, false); - if (rb_obj_is_iseq(v)) { + if (rb_obj_is_iseq(v)) { rb_iseq_t *iseq = (rb_iseq_t *)v; invalidate_all_blocks_for_tracing(iseq); - } + } asan_poison_object_if(ptr, v); } |