mirror of https://github.com/upx/upx.git
Document the value of "brk #0" instruction
modified: stub/src/arm64-linux.elf-entry.S
This commit is contained in:
parent
d3ad6d25d8
commit
ab7ef9f511
|
@ -135,7 +135,7 @@ mflg:
|
|||
.long MFLG // MAP_{PRIVATE|ANONYMOUS} // QNX vs linux
|
||||
_start: .globl _start
|
||||
#if DEBUG /*{*/
|
||||
brk #0 // DEBUG
|
||||
brk #0 // DEBUG 0xd4200000
|
||||
TRACE(#0)
|
||||
#endif /*}*/
|
||||
call main
|
||||
|
|
Loading…
Reference in New Issue