Skip to content

Commit

Permalink
copy-paste error: arrange SystemCyclesAddPrim
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Jul 10, 2024
1 parent 7feb398 commit 4a2f7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_def/arrange_ir.ml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ and prim = function
| IcUrlOfBlob -> Atom "IcUrlOfBlob"
| SelfRef t -> "SelfRef" $$ [typ t]
| SystemTimePrim -> Atom "SystemTimePrim"
| SystemCyclesAddPrim -> Atom "SystemCyclesAcceptPrim"
| SystemCyclesAddPrim -> Atom "SystemCyclesAddPrim"
| SystemCyclesAcceptPrim -> Atom "SystemCyclesAcceptPrim"
| SystemCyclesAvailablePrim -> Atom "SystemCyclesAvailablePrim"
| SystemCyclesBalancePrim -> Atom "SystemCyclesBalancePrim"
Expand Down

0 comments on commit 4a2f7bc

Please sign in to comment.