hotspot/src/share/vm/c1/c1_LIR.hpp
changeset 15937 fd3d2d0175f9
parent 15108 25a01874cc47
child 16611 6807a703dd6b
--- a/hotspot/src/share/vm/c1/c1_LIR.hpp	Wed Mar 06 13:38:17 2013 -0500
+++ b/hotspot/src/share/vm/c1/c1_LIR.hpp	Wed Mar 06 13:46:55 2013 -0500
@@ -2375,7 +2375,7 @@
   // collects all register operands of the instruction
   void visit(LIR_Op* op);
 
-#if ASSERT
+#ifdef ASSERT
   // check that an operation has no operands
   bool no_operands(LIR_Op* op);
 #endif