summaryrefslogtreecommitdiff
path: root/Source/Core/Common/StringUtil.cpp
diff options
context:
space:
mode:
authorDavid Korth <gerbilsoft@gerbilsoft.com>2019-09-11 23:32:26 -0400
committerDavid Korth <gerbilsoft@gerbilsoft.com>2019-12-29 23:45:02 -0500
commit9f3b9acad9fc5a86068cba80b562a721aa6b0fc8 (patch)
tree438e0e84d9c2ae29680cbe79a17434f6d00f3ad8 /Source/Core/Common/StringUtil.cpp
parentafe2e7de0f83552c1c2235bfcdb993cd6be23c2b (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