summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/cpu.cc
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:42 -0400
committerKorey Sewell <ksewell@umich.edu>2011-06-19 21:43:42 -0400
commitfe3a2aa4a31756d71440d25b2fe8fcc2f8ca4c67 (patch)
treef2b1dc351d5f58dbe7b3f06d8aa8c96754142645 /src/cpu/inorder/cpu.cc
parente572c01120fce6502d31f17a91f4bb83c6f9c3fe (diff)
downloadgem5-fe3a2aa4a31756d71440d25b2fe8fcc2f8ca4c67.tar.xz
inorder: se compile fixes
Diffstat (limited to 'src/cpu/inorder/cpu.cc')
-rw-r--r--src/cpu/inorder/cpu.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cpu/inorder/cpu.cc b/src/cpu/inorder/cpu.cc
index 8188ac354..e8608181f 100644
--- a/src/cpu/inorder/cpu.cc
+++ b/src/cpu/inorder/cpu.cc
@@ -702,7 +702,10 @@ InOrderCPU::tick()
++numCycles;
+#if FULL_SYSTEM
checkForInterrupts();
+#endif
+
bool pipes_idle = true;
//Tick each of the stages
for (int stNum=NumStages - 1; stNum >= 0 ; stNum--) {