mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
Enable -Wunused-variable
This commit is contained in:
parent
631d7d0ce7
commit
db8e6fe7a7
62 changed files with 167 additions and 183 deletions
|
@ -666,8 +666,8 @@ void ppu_module::analyse(u32 lib_toc, u32 entry)
|
|||
const u32 _toc = ptr[1];
|
||||
|
||||
// Rough Table of Contents borders
|
||||
const u32 _toc_begin = _toc - 0x8000;
|
||||
const u32 _toc_end = _toc + 0x8000;
|
||||
//const u32 _toc_begin = _toc - 0x8000;
|
||||
//const u32 _toc_end = _toc + 0x8000;
|
||||
|
||||
// TODO: improve TOC constraints
|
||||
if (_toc % 4 || !vm::check_addr(_toc) || _toc >= 0x40000000 || (_toc >= start && _toc < end))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue