diff options
| author | David Korth <gerbilsoft@gerbilsoft.com> | 2019-09-11 23:32:26 -0400 |
|---|---|---|
| committer | David Korth <gerbilsoft@gerbilsoft.com> | 2019-12-29 23:45:02 -0500 |
| commit | 9f3b9acad9fc5a86068cba80b562a721aa6b0fc8 (patch) | |
| tree | 438e0e84d9c2ae29680cbe79a17434f6d00f3ad8 /Source/Core/Common/StringUtil.cpp | |
| parent | afe2e7de0f83552c1c2235bfcdb993cd6be23c2b (diff) | |
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.
Diffstat (limited to 'Source/Core/Common/StringUtil.cpp')
0 files changed, 0 insertions, 0 deletions
