src/cpu/sparc/vm/assembler_sparc.hpp

changeset 1846
befdf73d6b82
parent 1831
d7f654633cfe
parent 1845
f03d0a26bf83
child 1868
df736661d0c8
equal deleted inserted replaced
1834:90acda19b80f 1846:befdf73d6b82
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

mercurial