equal
deleted
inserted
replaced
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 |