mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
PPU LLVM: Unbreak function linkage
This commit is contained in:
parent
195de818b6
commit
ead8e5e0c3
1 changed files with 1 additions and 0 deletions
|
@ -3379,6 +3379,7 @@ bool ppu_initialize(const ppu_module& info, bool check_only)
|
||||||
{
|
{
|
||||||
std::unordered_map<std::string, u64> link_table
|
std::unordered_map<std::string, u64> link_table
|
||||||
{
|
{
|
||||||
|
{ "sys_game_set_system_sw_version", reinterpret_cast<u64>(ppu_execute_syscall) },
|
||||||
{ "__trap", reinterpret_cast<u64>(&ppu_trap) },
|
{ "__trap", reinterpret_cast<u64>(&ppu_trap) },
|
||||||
{ "__error", reinterpret_cast<u64>(&ppu_error) },
|
{ "__error", reinterpret_cast<u64>(&ppu_error) },
|
||||||
{ "__check", reinterpret_cast<u64>(&ppu_check) },
|
{ "__check", reinterpret_cast<u64>(&ppu_check) },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue