inorder: assert on macro-ops

provide a sanity check for someone coding
a new architecture
This commit is contained in:
Korey Sewell
2011-06-19 21:43:34 -04:00
parent ee7062d94d
commit bd67ee9852

View File

@@ -60,6 +60,8 @@ DecodeUnit::execute(int slot_num)
{
case DecodeInst:
{
assert(!inst->staticInst->isMacroop());
inst->setBackSked(cpu->createBackEndSked(inst));
if (inst->backSked != NULL) {