Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / lldb.c
index 05b89437f5bbc2a51c71a60f3c49273edd1205d0..3e44b35bf6e86e3c2c20e018fdf0bbba828361c4 100644 (file)
@@ -119,7 +119,7 @@ static GHashTable *codegen_regions;
 static DebugEntry *last_entry;
 static mono_mutex_t mutex;
 static GHashTable *dyn_codegen_regions;
-static double register_time;
+static gdouble register_time;
 static int num_entries;
 
 #define lldb_lock() mono_os_mutex_lock (&mutex)