Skip to content

Commit

Permalink
[ppc] Fix build
Browse files Browse the repository at this point in the history
Commit migrated from mono/mono@cf8936f
  • Loading branch information
Jo Shields committed Apr 30, 2018
1 parent 2b4f56a commit 4384904
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 4384904

Please sign in to comment.