From 813a26025db13a11878206f583dfb2c105b5d17a Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Sat, 26 Dec 2015 18:10:18 +0100 Subject: [PATCH] Remove an instruction that should have been deleted with the dtable rewrite. --- objc_msgSend.arm.S | 1 - 1 file changed, 1 deletion(-) diff --git a/objc_msgSend.arm.S b/objc_msgSend.arm.S index 0100dba..bde50f3 100644 --- a/objc_msgSend.arm.S +++ b/objc_msgSend.arm.S @@ -32,7 +32,6 @@ ldr r5, [\sel] // selector->index -> r5 ldr r6, [r4, #SHIFT_OFFSET] // dtable->shift -> r6 - ldr r4, [r4, #DATA_OFFSET] // dtable->data -> r4 teq r6, #8 // If this is a small dtable, jump to the small dtable handlers beq 1f