X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Flldb.c;h=3e44b35bf6e86e3c2c20e018fdf0bbba828361c4;hb=f59b99f22c7bf9348cd43306469b89093f36c666;hp=05b89437f5bbc2a51c71a60f3c49273edd1205d0;hpb=580ccb1ffb8e5c2e3fa0555e342d916764f42930;p=mono.git diff --git a/mono/mini/lldb.c b/mono/mini/lldb.c index 05b89437f5b..3e44b35bf6e 100644 --- a/mono/mini/lldb.c +++ b/mono/mini/lldb.c @@ -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)