mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Compilation fix
This commit is contained in:
parent
bf7cf0ee9d
commit
824b0f832a
2 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ namespace loader
|
|||
{
|
||||
for (auto &phdr : m_phdrs)
|
||||
{
|
||||
switch (phdr.p_type)
|
||||
switch (phdr.p_type.value())
|
||||
{
|
||||
case 0x00000001: //LOAD
|
||||
if (phdr.p_memsz)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue