2008-07-25 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Fri, 25 Jul 2008 11:13:31 +0000 (11:13 -0000)
committerZoltan Varga <vargaz@gmail.com>
Fri, 25 Jul 2008 11:13:31 +0000 (11:13 -0000)
* aot-compiler.c: Fix win32 build.

svn path=/trunk/mono/; revision=108759

mono/mini/ChangeLog
mono/mini/aot-compiler.c

index 234603e6b73dcffecb978524f4a6844f390a04e3..f3b0305f7912903dcacd61c4da31e556e2ff9f8a 100644 (file)
@@ -1,5 +1,7 @@
 2008-07-25  Zoltan Varga  <vargaz@gmail.com>
 
+       * aot-compiler.c: Fix win32 build.
+
        * method-to-ir.c (EMIT_GET_RGCTX): Call EMIT_NEW_LDARG in emit_get_rgctx ().
        
        * method-to-ir.c (mono_method_to_ir2): Use mono_array_new_specific in the
index 31008c6e8416c9ce802969958e747c260627f207..9730704fa2af5da1feed5f9893079fd6c05769d4 100644 (file)
@@ -179,9 +179,6 @@ static const gint16 opidx [] = {
 #undef PATCH_INFO
 };
 
-static void
-emit_global (MonoAotCompile *acfg, const char *name, gboolean func);
-
 static const char*
 get_patch_name (int info)
 {
@@ -204,6 +201,9 @@ get_patch_name (int info)
 
 #endif
 
+static void
+emit_global (MonoAotCompile *acfg, const char *name, gboolean func);
+
 static gboolean 
 is_got_patch (MonoJumpInfoType patch_type)
 {