Skip to content

Commit

Permalink
Merge pull request mono/mono#8524 from directhex/ins_opcode
Browse files Browse the repository at this point in the history
[ppc] Fix build

Commit migrated from mono/mono@266edc1
  • Loading branch information
directhex authored Apr 30, 2018
2 parents 440915e + 4384904 commit dc5d037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mono/mono/mini/mini-ppc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4897,7 +4897,7 @@ mono_arch_emit_prolog (MonoCompile *cfg)
bb->max_offset = max_offset;

MONO_BB_FOR_EACH_INS (bb, ins)
max_offset += ins_get_size (cfg, ins);
max_offset += ins_get_size (ins->opcode);
}

/* load arguments allocated to register from the stack */
Expand Down

0 comments on commit dc5d037

Please sign in to comment.