mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
fix some warnings
This commit is contained in:
parent
b1c48e66c9
commit
59c58aa3cf
72 changed files with 263 additions and 203 deletions
|
|
@ -404,7 +404,7 @@ void spu_load_rel_exec(const spu_rel_object& elf)
|
|||
ensure(vm::get(vm::spu)->falloc(spu->vm_offset(), SPU_LS_SIZE, &spu->shm, vm::page_size_64k));
|
||||
spu->map_ls(*spu->shm, spu->ls);
|
||||
|
||||
u64 total_memsize = 0;
|
||||
u32 total_memsize = 0;
|
||||
|
||||
// Compute executable data size
|
||||
for (const auto& shdr : elf.shdrs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue