From 66dbc5cbd128560cb74c09d16d5df43ec2960255 Mon Sep 17 00:00:00 2001 From: John Reiser Date: Fri, 4 Apr 2025 09:40:13 -0700 Subject: [PATCH] Tabs in comments modified: stub/src/arch/arm64/v8/fall-through.sed --- src/stub/src/arch/arm64/v8/fall-through.sed | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/stub/src/arch/arm64/v8/fall-through.sed b/src/stub/src/arch/arm64/v8/fall-through.sed index d8bea288..b1f01f9a 100644 --- a/src/stub/src/arch/arm64/v8/fall-through.sed +++ b/src/stub/src/arch/arm64/v8/fall-through.sed @@ -1,13 +1,13 @@ # Take the compiler-generated assembly code for subroutine LzmaDecode(), # and edit it to become a fall-through block. # The exit epilog: -# ldp x19, x20, [sp] -# ldp x21, x22, [sp,16] -# ldp x23, x24, [sp,32] -# ldp x25, x26, [sp,48] -# ldp x27, x28, [sp,64] -# add sp, sp, 80 -# ret +# ldp x19, x20, [sp] +# ldp x21, x22, [sp,16] +# ldp x23, x24, [sp,32] +# ldp x25, x26, [sp,48] +# ldp x27, x28, [sp,64] +# add sp, sp, 80 +# ret # might appear twice, and in the middle of the code. # Move it to the end, delete the 'ret', # and 'jmp' to the moved epilog.