hotspot/src/cpu/x86/vm/assembler_x86.cpp
changeset 5402 c51fd0c1d005
parent 5253 d2c37eee9a65
child 5426 470c15eda401
--- a/hotspot/src/cpu/x86/vm/assembler_x86.cpp	Tue Apr 27 18:13:47 2010 -0700
+++ b/hotspot/src/cpu/x86/vm/assembler_x86.cpp	Sun Oct 11 16:19:25 2009 -0700
@@ -7975,7 +7975,7 @@
       case 2: return "special";
       case 3: return "empty";
     }
-    ShouldNotReachHere()
+    ShouldNotReachHere();
     return NULL;
   }