summaryrefslogtreecommitdiff
path: root/ujit.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2021-02-01 09:23:06 -0800
committerAlan Wu <XrXr@users.noreply.github.com>2021-10-20 18:19:28 -0400
commit9453267689fdc405aa3d2eb0bb27e52addf982ec (patch)
tree272c24b1562e2aa358999c4991e0a34fe731d633 /ujit.h
parent53bd13edf3b41b965297d4ed425a96b9b57dd053 (diff)
add bop to redefinition callback
Diffstat (limited to 'ujit.h')
-rw-r--r--ujit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ujit.h b/ujit.h
index 51ce80b304..3fb78200fd 100644
--- a/ujit.h
+++ b/ujit.h
@@ -52,6 +52,6 @@ void rb_ujit_collect_vm_usage_insn(int insn);
void rb_ujit_method_lookup_change(VALUE cme_or_cc);
void rb_ujit_compile_iseq(const rb_iseq_t *iseq);
void rb_ujit_init(struct rb_ujit_options *options);
-void rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me);
+void rb_ujit_bop_redefined(VALUE klass, const rb_method_entry_t *me, enum ruby_basic_operators bop);
#endif // #ifndef UJIT_H