diff options
| author | Maxime Chevalier-Boisvert <maximechevalierb@gmail.com> | 2021-04-06 09:38:24 -0400 |
|---|---|---|
| committer | Alan Wu <XrXr@users.noreply.github.com> | 2021-10-20 18:19:32 -0400 |
| commit | 2b522ad9f5a5a3baa1fc16b1b45d5d28773d5f67 (patch) | |
| tree | 61824f82dd7c23cc3c179026e0881273d7d4c852 | |
| parent | 21a63450236af6eaae954b367385c071231dc03f (diff) | |
Update yjit_core.c
| -rw-r--r-- | yjit_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit_core.c b/yjit_core.c index 70c7da3291..479a1e9020 100644 --- a/yjit_core.c +++ b/yjit_core.c @@ -475,7 +475,7 @@ branch_stub_hit(const uint32_t branch_idx, const uint32_t target_idx, rb_executi dst_addr = cb_get_ptr(cb, p_block->start_pos); branch->dst_addrs[target_idx] = dst_addr; - // Adjust brach shape base on block placement relative to the branch + // Adjust brach shape based on block placement relative to the branch if (branch->end_pos == p_block->start_pos) { branch->shape = (branch_shape_t)target_idx; } |
