summaryrefslogtreecommitdiff
path: root/iseq.c
diff options
context:
space:
mode:
authorMaxime Chevalier-Boisvert <maxime.chevalierboisvert@shopify.com>2020-09-14 14:36:39 -0400
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:23 -0400
commit3739588811a621ccfd00aa7f8ad804cd1c60f92d (patch)
treec1228d4249a6f6222b95c003a14d3fe5612c95bb /iseq.c
parentca47899ccf9547223f4c64fc4b0837796bee09af (diff)
Remove PC argument from ujit instructions
Diffstat (limited to 'iseq.c')
-rw-r--r--iseq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iseq.c b/iseq.c
index 8684f2df00..ca3c551beb 100644
--- a/iseq.c
+++ b/iseq.c
@@ -3465,7 +3465,7 @@ trace_set_i(void *vstart, void *vend, size_t stride, void *data)
}
VALUE *
-rb_ujit_empty_func(rb_control_frame_t *cfp, const VALUE *pc)
+rb_ujit_empty_func(rb_control_frame_t *cfp)
{
// okay, not really empty, so maybe think of another name.
// it's put in this file instead of say, compile.c to dodge long C compile time.