[PATCH] ntdll: Remove a stray duplicate instruction

Martin Storsjo martin at martin.st
Fri Aug 14 06:15:55 CDT 2020


Signed-off-by: Martin Storsjo <martin at martin.st>
---
 dlls/ntdll/signal_arm64.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/ntdll/signal_arm64.c b/dlls/ntdll/signal_arm64.c
index 928ff07cf6..0d47b9240f 100644
--- a/dlls/ntdll/signal_arm64.c
+++ b/dlls/ntdll/signal_arm64.c
@@ -1179,7 +1179,6 @@ __ASM_STDCALL_FUNC( RtlRaiseException, 4,
                    "ldp x4, x5, [sp]\n\t"        /* frame pointer, return address */
                    "stp x4, x5, [x1, #0xf0]\n\t" /* context->Fp, Lr */
                    "str  x5, [x1, #0x108]\n\t"   /* context->Pc */
-                   "str  x5, [x1, #0x108]\n\t"   /* context->Pc */
                    "str  x5, [x0, #0x10]\n\t"    /* rec->ExceptionAddress */
                    "mov  x2, #1\n\t"
                    "bl " __ASM_NAME("NtRaiseException") "\n\t"
-- 
2.17.1




More information about the wine-devel mailing list