projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556b5c5
)
Ruby: minor bugfix, line did not adhere to some macro usage conventions.
author
Lisa Hsu
<Lisa.Hsu@amd.com>
Fri, 18 Mar 2011 00:08:35 +0000
(17:08 -0700)
committer
Lisa Hsu
<Lisa.Hsu@amd.com>
Fri, 18 Mar 2011 00:08:35 +0000
(17:08 -0700)
src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh
patch
|
blob
|
history
diff --git
a/src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh
b/src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh
index 82c95c4690ad0adc03f12374ec819f634b05c877..1858085cc681657c29b995d40a16d57ee98a80e9 100644
(file)
--- a/
src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh
+++ b/
src/mem/ruby/slicc_interface/RubySlicc_ComponentMapping.hh
@@
-125,7
+125,7
@@
machineIDToMachineType(MachineID machID)
inline NodeID
L1CacheMachIDToProcessorNum(MachineID machID)
{
- assert(machID.type == M
achineType_L1Cache
);
+ assert(machID.type == M
ACHINETYPE_L1CACHE_ENUM
);
return machID.num;
}