mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
clang-format uglifies again
modified: p_w64pe_amd64.cpp
This commit is contained in:
parent
f6e3df69eb
commit
a846e483be
|
@ -93,9 +93,11 @@ void PackW64PeAmd64::buildLoader(const Filter *ft) {
|
|||
icondir_count > 1 ? (icondir_count == 2 ? "PEICONS1" : "PEICONS2") : "",
|
||||
tmp_tlsindex ? "PETLSHAK" : "", "PEMAIN02",
|
||||
// ph.first_offset_found == 1 ? "PEMAIN03" : "",
|
||||
M_IS_LZMA(ph.method) ? "LZMA_HEAD,LZMA_ELF00,LZMA_DEC20,LZMA_TAIL"
|
||||
|
||||
// LZMA_ELF00 has inner "enter" (push rbp; mov rsp,rbp)
|
||||
// LZMA_TAIL has inner 'leave' (mov rbp,rsp; pop rbp)
|
||||
M_IS_LZMA(ph.method) ? "LZMA_HEAD,LZMA_ELF00,LZMA_DEC20,LZMA_TAIL"
|
||||
|
||||
: M_IS_NRV2B(ph.method) ? "NRV_HEAD,NRV2B"
|
||||
: M_IS_NRV2D(ph.method) ? "NRV_HEAD,NRV2D"
|
||||
: M_IS_NRV2E(ph.method) ? "NRV_HEAD,NRV2E"
|
||||
|
|
Loading…
Reference in New Issue
Block a user