aboutsummaryrefslogtreecommitdiff
path: root/misc/crc.s
diff options
context:
space:
mode:
Diffstat (limited to 'misc/crc.s')
-rw-r--r--misc/crc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/crc.s b/misc/crc.s
index 03c0ce2..b4e3c5a 100644
--- a/misc/crc.s
+++ b/misc/crc.s
@@ -10,7 +10,7 @@
CRC32: LDR R5, =0x04C11DB7
LDR R4, =0xFFFFFFFF
10: LDR R2, [R0]
- REV R2, R2;
+ REV R2, R2
EORS R4, R2
MOVS R3, 32
20: LSLS R4, 1