Skip to content

Commit

Permalink
Fix the ARM build.
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz committed Feb 11, 2013
1 parent b494111 commit 7fdf9cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/mini-arm.h
Expand Up @@ -137,7 +137,7 @@ void
mono_arm_throw_exception_by_token (guint32 type_token, mgreg_t pc, mgreg_t sp, mgreg_t *int_regs, gdouble *fp_regs);

gpointer
mono_arm_start_gsharedvt_call (GSharedVtCallInfo *info, gpointer *caller, gpointer *callee, gpointer *caller_regs, gpointer *callee_regs) MONO_INTERNAL;
mono_arm_start_gsharedvt_call (GSharedVtCallInfo *info, gpointer *caller, gpointer *callee, gpointer *caller_regs, gpointer *callee_regs, gpointer mrgctx_reg) MONO_INTERNAL;

typedef enum {
MONO_ARM_FPU_NONE = 0,
Expand Down

0 comments on commit 7fdf9cb

Please sign in to comment.