mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 17:11:23 +00:00
Fixes compilation error
This commit is contained in:
parent
795729a0b7
commit
ad01829b23
@ -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…
Reference in New Issue
Block a user