From b08def431c09449b5ad2ff4379fb403b2e1bf67b Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Wed, 21 Aug 2024 03:19:54 -0500 Subject: Fix typo --- misc/crc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/crc.s') 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 -- cgit v1.2.3