summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/store_set.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/store_set.hh')
-rw-r--r--cpu/beta_cpu/store_set.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/beta_cpu/store_set.hh b/cpu/beta_cpu/store_set.hh
index 701c60a2d..b634a180d 100644
--- a/cpu/beta_cpu/store_set.hh
+++ b/cpu/beta_cpu/store_set.hh
@@ -14,7 +14,7 @@ class StoreSet
public:
StoreSet(int SSIT_size, int LFST_size);
- void violation(Addr load_PC, Addr store_PC);
+ void violation(Addr store_PC, Addr load_PC);
void insertLoad(Addr load_PC, InstSeqNum load_seq_num);