mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
remove unneeded dolphin code, C++11 static_assert
This commit is contained in:
@ -171,7 +171,7 @@ void* Compiler::Gen_MemoryRoutine9(bool store, int size)
|
||||
}
|
||||
RET();
|
||||
|
||||
static_assert(RSCRATCH == EAX);
|
||||
static_assert(RSCRATCH == EAX, "Someone changed RSCRATCH!");
|
||||
|
||||
return res;
|
||||
}
|
||||
|
Reference in New Issue
Block a user