From 437436a2f706477439cfb81d254e8f7b454450a5 Mon Sep 17 00:00:00 2001 From: Kevin Lim Date: Sun, 12 Nov 2006 21:49:51 -0500 Subject: Fix for non-FS compile. --HG-- extra : convert_revision : 661b412b0ae670181b89cb7dbc5e9d813804aa7a --- src/cpu/o3/commit_impl.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/cpu/o3/commit_impl.hh') diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index d8e079a7e..b394759b9 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -682,12 +682,15 @@ DefaultCommit::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::iterator threads = (*activeThreads).begin(); while (threads != (*activeThreads).end()) { -- cgit v1.2.3