dolphin/Source/Core/Core/PowerPC/Jit64
Michael Maltese b5223fb15f Jit64: fix braces warning in Jit_Integer
Fixes a warning:

```
Source/Core/Core/PowerPC/Jit64/Jit_Integer.cpp:54:45: warning: suggest braces around initialization of subobject [-Wmissing-braces]
  static const std::array<u8, 4> ovtable = {0, 0, XER_SO_MASK, XER_SO_MASK};
                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                            {                             }
```
2017-05-02 14:30:28 -07:00
..
FPURegCache.cpp JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
FPURegCache.h JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
GPRRegCache.cpp JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
GPRRegCache.h JitRegCache: Get rid of reliance on the jit global variable 2016-12-28 17:52:58 -05:00
Jit_Branch.cpp Jit64: Enable branch following. 2017-01-28 02:48:56 +01:00
Jit_FloatingPoint.cpp Core: Hide determinism global 2017-04-03 14:56:12 -04:00
Jit_Integer.cpp Jit64: fix braces warning in Jit_Integer 2017-05-02 14:30:28 -07:00
Jit_LoadStore.cpp Jit_LoadStore: Fix dbat memory access 2017-04-14 14:06:13 +01:00
Jit_LoadStoreFloating.cpp Jit64: Get rid of trivial global jit variable usages 2016-12-20 12:55:58 -05:00
Jit_LoadStorePaired.cpp Jit64: Make psq_lXX PIE-compliant 2017-04-14 11:52:33 +01:00
Jit_Paired.cpp Jit64: Get rid of trivial global jit variable usages 2016-12-20 12:55:58 -05:00
Jit_SystemRegisters.cpp Jit64: Use a temporary register for memory references. Part 3. 2017-04-12 20:53:17 +02:00
Jit.cpp [HLE] Jit: Fixes invalid logs 2017-04-29 19:38:41 +01:00
Jit.h CPU Backends: Make each CPU backend responsible for initializing its own 2017-02-10 13:08:14 -05:00
Jit64_Tables.cpp Jit64_Tables: Make initialization instruction tables const 2017-02-21 09:54:51 -05:00
JitAsm.cpp Merge pull request #5259 from MerryMage/quantload 2017-04-15 11:20:09 +02:00
JitAsm.h Jit64: Merge memory allocations into a single allocation 2017-03-21 20:16:12 +00:00
JitRegCache.cpp JitRegCache: Move FlushMode enum into RegCache 2017-01-02 13:43:37 -05:00
JitRegCache.h JitRegCache: Move FlushMode enum into RegCache 2017-01-02 13:43:37 -05:00