From 3739588811a621ccfd00aa7f8ad804cd1c60f92d Mon Sep 17 00:00:00 2001 From: Maxime Chevalier-Boisvert Date: Mon, 14 Sep 2020 14:36:39 -0400 Subject: Remove PC argument from ujit instructions --- iseq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iseq.c') 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. -- cgit v1.2.3