src/cpu/sparc/vm/assembler_sparc.hpp

changeset 1845
f03d0a26bf83
parent 1441
dcf03e02b020
child 1846
befdf73d6b82
equal deleted inserted replaced
1844:cff162798819 1845: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

mercurial