mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-25 03:29:38 +00:00
e9bc8926ab
The `SubOpcode31Grabber[1024] = { ppc_illegalop }` initializer only populates the first entry with ppc_illegalop (at least on some compilers), switch to explicitly initializing the entire array with std::fill_n. Also fix a couple of sign and overflow issues flagged by the Xcode undefined behavior sanitizer. |
||
---|---|---|
.. | ||
ppc |