mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-23 04:55:22 +00:00
PPU: print internal interpreter build error
This commit is contained in:
parent
d572d90bb7
commit
327c577024
1 changed files with 1 additions and 0 deletions
|
@ -119,6 +119,7 @@ struct ppu_exec_select
|
|||
return !c.fail_flag; \
|
||||
}); \
|
||||
if (f) return f; \
|
||||
ppu_log.error("Can't build instruction %s", __func__); \
|
||||
RETURN_(__VA_ARGS__); \
|
||||
}
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue