Fix register printing in disassembling of push/pop of segment registers and in/out...
[oota-llvm.git] / runtime / libprofile / EdgeProfiling.c
index 4a68a086fbce4858261d402ed593ae8e147e5481..f19e188f0d2b3ff84584dc36819386104a5b658b 100644 (file)
@@ -22,7 +22,7 @@ static unsigned NumElements;
 /* EdgeProfAtExitHandler - When the program exits, just write out the profiling
  * data.
  */
-static void EdgeProfAtExitHandler() {
+static void EdgeProfAtExitHandler(void) {
   /* Note that if this were doing something more intelligent with the
    * instrumentation, we could do some computation here to expand what we
    * collected into simple edge profiles.  Since we directly count each edge, we