This commit is contained in:
Pavel 2023-11-28 22:23:17 +03:00
parent d2374ab77f
commit 2e039739dd
1 changed files with 2 additions and 1 deletions

View File

@ -509,7 +509,8 @@ begin
Case hdr^.e_type of
ET_SCE_EXEC ,
ET_SCE_REPLAY_EXEC,
ET_SCE_DYNEXEC :
ET_SCE_DYNEXEC ,
ET_SCE_DYNAMIC :
else
begin
Writeln(StdErr,'exec_oelf_imgact:',' unspported e_type:0x',HexStr(hdr^.e_type,4));