inorder: assert on macro-ops
provide a sanity check for someone coding a new architecture
This commit is contained in:
@@ -60,6 +60,8 @@ DecodeUnit::execute(int slot_num)
|
||||
{
|
||||
case DecodeInst:
|
||||
{
|
||||
assert(!inst->staticInst->isMacroop());
|
||||
|
||||
inst->setBackSked(cpu->createBackEndSked(inst));
|
||||
|
||||
if (inst->backSked != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user