Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / lldb.c
index 360fbfbb67d80d1fedcf697645430f907a2befee..3e44b35bf6e86e3c2c20e018fdf0bbba828361c4 100644 (file)
@@ -1,5 +1,6 @@
-/*
- * lldb.c: Mono support for LLDB.
+/**
+ * \file
+ * Mono support for LLDB.
  *
  * Author:
  *   Zoltan Varga (vargaz@gmail.com)
@@ -118,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)