hotspot/src/cpu/sparc/vm/assembler_sparc.hpp
changeset 5404 d5cc5f80162a
parent 5352 cee8f7acb7bc
parent 5403 6b0dd9c75dde
child 5426 470c15eda401
equal deleted inserted replaced
5355:ff629f00f910 5404:d5cc5f80162a
  1060     assert_not_delayed("next instruction should not be a delay slot");
  1060     assert_not_delayed("next instruction should not be a delay slot");
  1061 #endif
  1061 #endif
  1062   }
  1062   }
  1063   void assert_not_delayed(const char* msg) {
  1063   void assert_not_delayed(const char* msg) {
  1064 #ifdef CHECK_DELAY
  1064 #ifdef CHECK_DELAY
  1065     assert_msg ( delay_state == no_delay, msg);
  1065     assert(delay_state == no_delay, msg);
  1066 #endif
  1066 #endif
  1067   }
  1067   }
  1068 
  1068 
  1069  protected:
  1069  protected:
  1070   // Delay slot helpers
  1070   // Delay slot helpers