mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-20 19:25:05 +00:00
Add an additional set of braces to deal with subobject initialization.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294674 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05638abb6d
commit
2d1415be5b
@ -328,7 +328,7 @@ PDB_SymType NativeRawSymbol::getSymTag() const {
|
||||
}
|
||||
|
||||
PDB_UniqueId NativeRawSymbol::getGuid() const {
|
||||
return {0};
|
||||
return {{0}};
|
||||
}
|
||||
|
||||
int32_t NativeRawSymbol::getOffset() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user