From d5e7672a45cf3dc5c0db57fcb6da7c9365b325bd Mon Sep 17 00:00:00 2001 From: John Reiser Date: Tue, 25 Jul 2023 06:57:34 -0700 Subject: [PATCH] De-activate "bkpt" at entry modified: arm64-linux.elf-so_entry.S --- src/stub/src/arm64-linux.elf-so_entry.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/src/arm64-linux.elf-so_entry.S b/src/stub/src/arm64-linux.elf-so_entry.S index 421ac094..174eb320 100644 --- a/src/stub/src/arm64-linux.elf-so_entry.S +++ b/src/stub/src/arm64-linux.elf-so_entry.S @@ -93,7 +93,7 @@ arg6w .req w5 .balign 4 _start: .globl _start - bkpt // DEBUG // ??? + nop // bkpt // DEBUG PUSH4 (x0,x1,x2,lr) // MATCH_00 sub sp,sp,#2*NBPW // space for ADRU, LENU