Skip to content

Commit

Permalink
Update src/codegen/compile_enhanced.ml
Browse files Browse the repository at this point in the history
Co-authored-by: Luc Blaeser <112870813+luc-blaeser@users.noreply.github.com>
  • Loading branch information
ggreif and luc-blaeser authored Sep 13, 2024
1 parent 37da62f commit 2ea6700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen/compile_enhanced.ml
Original file line number Diff line number Diff line change
Expand Up @@ -5387,7 +5387,7 @@ module Cycles = struct

let burn env =
Func.share_code1 Func.Always env "cycle_burn" ("cycles", I64Type) [I64Type] (fun env get_x ->
Stack.with_words env "dst" 4L (fun get_dst ->
Stack.with_words env "dst" 2L (fun get_dst ->
get_x ^^
to_two_word64 env ^^
get_dst ^^
Expand Down

0 comments on commit 2ea6700

Please sign in to comment.