about summary refs log tree commit diff stats
path: root/mu_instructions
diff options
context:
space:
mode:
Diffstat (limited to 'mu_instructions')
-rw-r--r--mu_instructions2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu_instructions b/mu_instructions
index 754f51bb..865572eb 100644
--- a/mu_instructions
+++ b/mu_instructions
@@ -191,7 +191,7 @@ var/reg <- length arr/reg2: (addr array T)
   | if size-of(T) is 4 or 8 or 16 or 32 or 64 or 128
       => "8b/-> *" reg2 " " reg "/r32"
          "c1/shift 5/subop/logic-right %" reg " " log2(size-of(T)) "/imm8"
-  | otherwise (TODO)
+  | otherwise
       x86 has no instruction to divide by a literal, so
       we need up to 3 extra registers! eax/edx for division and say ecx
       => if reg is not eax