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
..
2016-12-28 17:52:58 -05:00
2016-12-28 17:52:58 -05:00
2016-12-28 17:52:58 -05:00
2016-12-28 17:52:58 -05:00
2017-02-21 09:54:51 -05:00
2017-01-28 02:48:56 +01:00
2017-04-03 14:56:12 -04:00
2017-05-02 14:30:28 -07:00
2017-04-14 14:06:13 +01:00
2016-12-20 12:55:58 -05:00
2017-04-14 11:52:33 +01:00
2016-12-20 12:55:58 -05:00
2017-04-12 20:53:17 +02:00
2017-04-29 19:38:41 +01:00
2017-02-10 13:08:14 -05:00
2017-04-15 11:20:09 +02:00
2017-03-21 20:16:12 +00:00
2017-01-02 13:43:37 -05:00
2017-01-02 13:43:37 -05:00