dolphin/Source/Core/Core/PowerPC/Interpreter
Jonathan Hamilton e66e034419 Fix some GCC ODR warnings
struct GekkoOPTemplate was implemented differently in different
compilation units, which breaks the ODR and could end up causing issues
as symbols exported from one compilation unit could end up being used by
another even if they have different implementations.

This puts them in an anonymous namespace, restricting any generated
symbols to the single compilation unit.
2017-06-29 12:21:32 -07:00
..
Interpreter_Branch.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_FloatingPoint.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_FPUtils.h Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Integer.cpp fix various instances of -1 being assigned to unsigned types 2017-06-07 19:52:07 -07:00
Interpreter_LoadStore.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
Interpreter_LoadStorePaired.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Paired.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_SystemRegisters.cpp Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
Interpreter_Tables.cpp Fix some GCC ODR warnings 2017-06-29 12:21:32 -07:00
Interpreter.cpp Core: Remove unnecessary includes 2017-06-15 18:52:22 -04:00
Interpreter.h CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00