mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
Fix Travis compiling
This commit is contained in:
parent
cdfef3bf9e
commit
16b4b9bf40
9 changed files with 15 additions and 15 deletions
|
@ -36,7 +36,7 @@ namespace loader
|
|||
return broken_file;
|
||||
}
|
||||
|
||||
LOG_ERROR(LOADER, "m_ehdr.e_type = 0x%x", (u16)(m_ehdr.is_le() ? m_ehdr.data_le.e_type : m_ehdr.data_be.e_type));
|
||||
LOG_WARNING(LOADER, "m_ehdr.e_type = 0x%x", (u16)(m_ehdr.is_le() ? m_ehdr.data_le.e_type : m_ehdr.data_be.e_type));
|
||||
|
||||
if (m_ehdr.data_le.e_phnum)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue