Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change MVMP6opaque_real_data to MVM_p6opaque_real_data
Allows r-m's bootstrap to compile. JimmyZ++ for finding the bug.
  • Loading branch information
ShimmerFairy committed Mar 30, 2014
1 parent e501475 commit a699826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vm/moar/ops/perl6_ops.c
Expand Up @@ -11,7 +11,7 @@
#endif

#define GET_REG(tc, idx) (*tc->interp_reg_base)[*((MVMuint16 *)(*tc->interp_cur_op + idx))]
#define REAL_BODY(tc, obj) MVMP6opaque_real_data(tc, OBJECT_BODY(obj))
#define REAL_BODY(tc, obj) MVM_p6opaque_real_data(tc, OBJECT_BODY(obj))

/* Dummy zero and one-arg callsite. */
static MVMCallsite no_arg_callsite = { NULL, 0, 0, 0 };
Expand Down

0 comments on commit a699826

Please sign in to comment.