| Age | Commit message (Collapse) | Author |
|
Replace g_jit in x86-64 ASM routines code by m_jit member reference
|
|
This function should have no need to modify internal class state.
|
|
Jan 04 22:55:01 <leoetlino> fwiw, it looks like there are new warnings in the RegCache code
Jan 04 22:55:04 <leoetlino> Source/Core/Core/PowerPC/Jit64/FPURegCache.cpp:13:33: warning: declaration shadows a variable in the global namespace [-Wshadow]
Jan 04 22:56:19 <@Lioncash> yeah, the jit global should have a g_ prefix.
This fixes shadowing warnings and adds the g_ prefix to a global.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This both tests that they work correctly and prints timing information
if you run it manually.
|