David Korth 9f3b9acad9 PowerPC.cpp: No need to explicitly initialize ppcState.
"ppcState{}" is stored in the .data segment, which means the full ~4 MB
is stored in the executable.

"ppcState" is stored in the .bss segment, which means it only stores a
note that tells it to allocate and zero ~4 MB at runtime.
2019-12-29 23:45:02 -05:00
..
2018-10-29 23:00:51 +01:00
2019-10-04 13:40:21 +10:00
2019-06-14 17:47:02 -04:00
2019-12-18 22:20:11 -08:00
2018-06-03 20:45:35 +02:00
2019-06-20 11:50:02 -04:00
2018-07-19 18:09:20 -04:00
2019-07-18 22:29:04 +02:00