Skip to content

Commit

Permalink
Mgetparent -> Mgetparam
Browse files Browse the repository at this point in the history
  • Loading branch information
ebresafegaga authored Aug 24, 2024
1 parent d351f4b commit 9256ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Stacking.v
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Fixpoint transl_builtin_arg (fe: frame_env) (a: builtin_arg loc) : builtin_arg m
(** Translation of a Linear instruction. Prepends the corresponding
Mach instructions to the given list of instructions.
[Lgetstack] and [Lsetstack] moves between registers and stack slots
are turned into [Mgetstack], [Mgetparent] or [Msetstack] instructions
are turned into [Mgetstack], [Mgetparam] or [Msetstack] instructions
at offsets determined by the frame environment.
Instructions and addressing modes are modified as described previously.
Code to restore the values of callee-save registers is inserted
Expand Down

0 comments on commit 9256ae5

Please sign in to comment.