aboutsummaryrefslogtreecommitdiff
path: root/misc/crc.s
diff options
context:
space:
mode:
authorJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-08-21 03:19:54 -0500
committerJacques Comeaux <jacquesrcomeaux@protonmail.com>2024-08-21 03:19:54 -0500
commitb08def431c09449b5ad2ff4379fb403b2e1bf67b (patch)
tree742da5e8c5a07471337bfd61cb997f1ba8ae4e22 /misc/crc.s
parentccc04526f14764d856ad37b1f517308fccf886a6 (diff)
Fix typo
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