Start using some C++ 14 features.
This commit is contained in:
+2
-2
@@ -111,7 +111,7 @@ void PackSys::buildLoader(const Filter *ft)
|
||||
"SYSMAIN3,UPX1HEAD,SYSCUTPO,NRV2B160,NRVDDONE,NRVDECO1",
|
||||
ph.max_offset_found <= 0xd00 ? "NRVLED00" : "NRVGTD00",
|
||||
"NRVDECO2",
|
||||
NULL
|
||||
nullptr
|
||||
);
|
||||
if (ft->id)
|
||||
{
|
||||
@@ -121,7 +121,7 @@ void PackSys::buildLoader(const Filter *ft)
|
||||
addLoader("SYSMAIN5",
|
||||
opt->cpu == opt->CPU_8086 ? "SYSI0862" : "SYSI2862",
|
||||
"SYSJUMP1",
|
||||
NULL
|
||||
nullptr
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user