Looks like one added log line fixed the xcode build!!! There must be a

better explanation... An optimization compiler bug ?
This commit is contained in:
jief666 2021-04-13 01:01:43 +03:00
parent c07c1542e8
commit 66bbace4f7

View File

@ -5061,6 +5061,7 @@ EFI_STATUS GetUserSettings(const TagDict* CfgDict, SETTINGS_DATA& gSettings)
// }
if ( arbProp == NULL ) {
arbProp = new SETTINGS_DATA::DevicesClass::ArbitraryPropertyClass();
DBG("new=%lld\n", uintptr_t(arbProp));
arbProp->Device = (UINT32)DeviceAddr;
arbProp->Label = Label;
gSettings.Devices.ArbitraryArray.AddReference(arbProp, true);