mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
commit
a8c9898253
1 changed files with 2 additions and 2 deletions
|
@ -463,8 +463,8 @@ namespace loader
|
||||||
be_t<u32>::make(BLR())
|
be_t<u32>::make(BLR())
|
||||||
};
|
};
|
||||||
|
|
||||||
auto& tbl = vm::get().alloc<tbl_item>(stub->s_imports);
|
const auto& tbl = vm::get().alloc<tbl_item>(stub->s_imports);
|
||||||
auto& dst = vm::get().alloc<stub_data_t>(stub->s_imports);
|
const auto& dst = vm::get().alloc<stub_data_t>(stub->s_imports);
|
||||||
|
|
||||||
for (u32 i = 0; i < stub->s_imports; ++i)
|
for (u32 i = 0; i < stub->s_imports; ++i)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue