Replaced all instanced of DoubleWord to DWord and DoubleWordI to DWordI

This commit is contained in:
Santosh Srivatsan
2021-12-13 19:55:02 -05:00
parent e82d5fe48f
commit 4abfca4cb2
9 changed files with 60 additions and 60 deletions

View File

@@ -18,7 +18,7 @@ struct pipeline_trace_t {
int cid;
int wid;
ThreadMask tmask;
DoubleWord PC;
DWord PC;
//--
bool fetch_stall;