Skip to content

Commit

Permalink
Update arbiter.dart
Browse files Browse the repository at this point in the history
Changed CaseZ to Case
  • Loading branch information
aherrera97intl committed Sep 25, 2023
1 parent bb3960f commit 0e2190a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/arbiter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class RoundRobinArbiter extends Arbiter {
// Example:
// [_grants] [requestMask]
// 00001000 11110000
CaseZ(_grants.rswizzle(), conditionalType: ConditionalType.unique, [
Case(_grants.rswizzle(), conditionalType: ConditionalType.unique, [
for (var i = 0; i < count; i++)
CaseItem(
Const(LogicValue.filled(count, LogicValue.zero)
Expand Down

0 comments on commit 0e2190a

Please sign in to comment.