mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-02-04 20:55:57 +00:00
Change auto to uint32_t for base variable
This commit is contained in:
parent
e82a89397a
commit
60ababe76f
1 changed files with 1 additions and 1 deletions
|
|
@ -2300,7 +2300,7 @@ bool Recompiler::Recompile(const RecompileArgs& args)
|
|||
|
||||
bool Recompiler::Recompile(const Function& fn)
|
||||
{
|
||||
auto base = fn.base;
|
||||
uint32_t base = fn.base;
|
||||
auto end = base + fn.size;
|
||||
auto* data = (uint32_t*)image.Find(base);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue