mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-23 06:40:49 +00:00
Merge branch 'master' of https://github.com/DHrpcs3/rpcs3
This commit is contained in:
commit
a7e659abd1
@ -463,8 +463,8 @@ namespace loader
|
||||
be_t<u32>::make(BLR())
|
||||
};
|
||||
|
||||
auto& tbl = vm::get().alloc<tbl_item>(stub->s_imports);
|
||||
auto& dst = vm::get().alloc<stub_data_t>(stub->s_imports);
|
||||
const auto& tbl = vm::get().alloc<tbl_item>(stub->s_imports);
|
||||
const auto& dst = vm::get().alloc<stub_data_t>(stub->s_imports);
|
||||
|
||||
for (u32 i = 0; i < stub->s_imports; ++i)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user