mirror of
https://github.com/ApfelTeeSaft/XenonRecomp.git
synced 2026-08-26 19:43:27 +00:00
Change auto to uint32_t for base variable
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user