comparison src/cpu/sparc/vm/assembler_sparc.hpp @ 1491:befdf73d6b82

Merge
author tonyp
date Mon, 03 May 2010 16:31:07 -0400
parents d7f654633cfe f03d0a26bf83
children df736661d0c8
comparison
equal deleted inserted replaced
1399:90acda19b80f 1491: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