Skip to content

Commit

Permalink
fix far call cost (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
joonazan authored May 8, 2024
1 parent 5d4d1c0 commit e97ed57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/instruction_handlers/far_call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ impl Instruction {
) -> Self {
Self {
handler: monomorphize!(far_call [MODE] match_boolean is_static),
arguments: Arguments::new(predicate, 182)
arguments: Arguments::new(predicate, 183)
.write_source(&src1)
.write_source(&src2)
.write_source(&error_handler),
Expand Down

0 comments on commit e97ed57

Please sign in to comment.