Skip to content

Commit

Permalink
Merge pull request rakudo#2950 from dogbert17/fix_RAKUDO_FIRST_FLAG
Browse files Browse the repository at this point in the history
RAKUDO_FIRST_FLAG should != to MVM_CF_FORWARDER_VALID
  • Loading branch information
jnthn committed Jun 4, 2019
2 parents 3b4a471 + bf61f59 commit bd2ceef
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 @@ -181,7 +181,7 @@ static void p6stateinit(MVMThreadContext *tc, MVMuint8 *cur_op) {
}

/* First FIRST, use a flag in the object header. */
#define RAKUDO_FIRST_FLAG 128
#define RAKUDO_FIRST_FLAG 16384

static MVMuint8 s_p6setfirstflag[] = {
MVM_operand_obj | MVM_operand_write_reg,
Expand Down

0 comments on commit bd2ceef

Please sign in to comment.