summaryrefslogtreecommitdiff
path: root/powerpc/Asm.v
diff options
context:
space:
mode:
Diffstat (limited to 'powerpc/Asm.v')
-rw-r--r--powerpc/Asm.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/powerpc/Asm.v b/powerpc/Asm.v
index 1582b41..60c3d34 100644
--- a/powerpc/Asm.v
+++ b/powerpc/Asm.v
@@ -302,9 +302,7 @@ lbl: .long 0x43300000, 0x00000000
lwz r12, lo16(lbl)(r12)
mtctr r12
bctr r12
- .const_data
lbl: .long table[0], table[1], ...
- .text
>>
Note that [reg] contains 4 times the index of the desired table entry.
*)