Skip to content

Commit

Permalink
Fix load to be push.loc
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Dec 11, 2022
1 parent 9cdf9e3 commit 93b4bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mfront.flx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ unop_map.add "!" " u32unchecked_not\n";

fun postfix: expr -> string =
| Const s => " push."+s+"\n"
| Ident s => "# load."+s+"\n"
| Ident s => "# push.loc."+s+"\n"
| Error => "ERROR\n"

| Binop (op, a, b) =>
Expand Down

0 comments on commit 93b4bc2

Please sign in to comment.