summaryrefslogtreecommitdiff
path: root/vm_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'vm_method.c')
-rw-r--r--vm_method.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vm_method.c b/vm_method.c
index c5ca644230..35634d275c 100644
--- a/vm_method.c
+++ b/vm_method.c
@@ -671,8 +671,8 @@ MJIT_FUNC_EXPORTED void
rb_add_method_iseq(VALUE klass, ID mid, const rb_iseq_t *iseq, rb_cref_t *cref, rb_method_visibility_t visi)
{
struct { /* should be same fields with rb_method_iseq_struct */
- const rb_iseq_t *iseqptr;
- rb_cref_t *cref;
+ const rb_iseq_t *iseqptr;
+ rb_cref_t *cref;
} iseq_body;
iseq_body.iseqptr = iseq;