Ruby: minor bugfix, line did not adhere to some macro usage conventions.
This commit is contained in:
parent
556b5c5488
commit
c4de6a0522
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ machineIDToMachineType(MachineID machID)
|
|||
inline NodeID
|
||||
L1CacheMachIDToProcessorNum(MachineID machID)
|
||||
{
|
||||
assert(machID.type == MachineType_L1Cache);
|
||||
assert(machID.type == MACHINETYPE_L1CACHE_ENUM);
|
||||
return machID.num;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue