Skip to content

Commit

Permalink
Fix 2.6 arm build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Feb 23, 2011
1 parent 149267f commit dd157a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mono/mini/method-to-ir.c
Original file line number Diff line number Diff line change
Expand Up @@ -5164,6 +5164,7 @@ mono_decompose_soft_float (MonoCompile *cfg)
MonoCallInst *call2;
MonoInst *iargs [1];
MonoInst *conv;
GSList *l;

/* Convert the call into a call returning an int */
MONO_INST_NEW_CALL (cfg, call2, OP_CALL);
Expand Down

0 comments on commit dd157a0

Please sign in to comment.