ntdll: Remove a stray duplicate instruction.
Signed-off-by: Martin Storsjo <martin@martin.st> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
71090bdc2f
commit
00b4a51fcc
|
@ -1174,7 +1174,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"
|
||||
|
|
Loading…
Reference in New Issue