|
|
@@ -164,9 +164,9 @@ type instr =
|
|
|
| Global of ctype
|
|
|
(** [.global <type>] *)
|
|
|
|
|
|
- | Store of ctype * stack_scope * int (** [[ifba]store[ gn]] *)
|
|
|
+ | Store of ctype * stack_scope * int (** [[ifba]store[ gnl]] *)
|
|
|
|
|
|
- | Load of ctype * stack_scope * int (** [[ifb]load[ gn] G] *)
|
|
|
+ | Load of ctype * stack_scope * int (** [[ifb]load[ gnl] G] *)
|
|
|
| LoadConst of ctype * int (** [[ifb]loadc C] *)
|
|
|
| LoadImm of const (** [[ifb]loadc_[01tf] | iloadc_m1] *)
|
|
|
|