summaryrefslogtreecommitdiff
path: root/src/cpu/o3/iew_impl.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/iew_impl.hh')
-rw-r--r--src/cpu/o3/iew_impl.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/iew_impl.hh b/src/cpu/o3/iew_impl.hh
index 5b67e4c3c..6af8b4563 100644
--- a/src/cpu/o3/iew_impl.hh
+++ b/src/cpu/o3/iew_impl.hh
@@ -1193,7 +1193,7 @@ DefaultIEW<Impl>::executeInsts()
// if we successfully commit sth, then we need to activate the stage or somehow
// problems happen when interacting with squash
// NOTE: we always send validations before execute load requests
- ldstQueue.exposeLoads();
+ // ldstQueue.exposeLoads();
// Uncomment this if you want to see all available instructions.
// @todo This doesn't actually work anymore, we should fix it.