diff options
Diffstat (limited to 'mu_instructions')
-rw-r--r-- | mu_instructions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions index 865572eb..926438d7 100644 --- a/mu_instructions +++ b/mu_instructions @@ -164,7 +164,7 @@ be provided in an earlier 'var' declaration. var/reg: (addr T) <- address var2: T => "8d/copy-address *(ebp+" var2.stack-offset ") " reg "/r32" -Array operations (TODO: bounds-checking) +# Array operations (TODO: bounds-checking) var/reg <- index arr/rega: (addr array T), idx/regi: int | if size-of(T) is 4 or 8 |