Fix for non-FS compile.

--HG--
extra : convert_revision : 661b412b0ae670181b89cb7dbc5e9d813804aa7a
This commit is contained in:
Kevin Lim 2006-11-12 21:49:51 -05:00
parent 12e26c68c3
commit 437436a2f7

View file

@ -682,12 +682,15 @@ DefaultCommit<Impl>::commit()
DPRINTF(Commit, "Interrupt pending, waiting for ROB to empty.\n");
}
}
// Label for goto. Not pretty but more readable than really big
// if statement above.
commit_insts:
#endif // FULL_SYSTEM
////////////////////////////////////
// Check for any possible squashes, handle them first
////////////////////////////////////
commit_insts:
std::list<unsigned>::iterator threads = (*activeThreads).begin();
while (threads != (*activeThreads).end()) {