comparison src/cpu/sparc/vm/assembler_sparc.hpp @ 1490:f03d0a26bf83

6888954: argument formatting for assert() and friends Reviewed-by: kvn, twisti, apetrusenko, never, dcubed
author jcoomes
date Thu, 22 Apr 2010 13:23:15 -0700
parents dcf03e02b020
children befdf73d6b82
comparison
equal deleted inserted replaced
1489:cff162798819 1490:f03d0a26bf83
1063 assert_not_delayed("next instruction should not be a delay slot"); 1063 assert_not_delayed("next instruction should not be a delay slot");
1064 #endif 1064 #endif
1065 } 1065 }
1066 void assert_not_delayed(const char* msg) { 1066 void assert_not_delayed(const char* msg) {
1067 #ifdef CHECK_DELAY 1067 #ifdef CHECK_DELAY
1068 assert_msg ( delay_state == no_delay, msg); 1068 assert(delay_state == no_delay, msg);
1069 #endif 1069 #endif
1070 } 1070 }
1071 1071
1072 protected: 1072 protected:
1073 // Delay slot helpers 1073 // Delay slot helpers