1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Apple fixes

This commit is contained in:
Brian Fiete 2019-10-29 05:01:04 -07:00
parent 43b69023f6
commit 9f3fded709
23 changed files with 847 additions and 425 deletions

View file

@ -297,7 +297,8 @@ bf::System::Object* Internal::Dbg_ObjectAlloc(bf::System::Reflection::TypeInstan
// int dataOffset = (int)(sizeof(intptr) * 2);
// memset(allocBytes + dataOffset, 0, size - dataOffset);
result = (bf::System::Object*)allocBytes;
auto classVData = typeInst->mTypeClassVData;
auto classVData = typeInst->mTypeClassVData;
(void)classVData;
#ifndef BFRT_NODBGFLAGS
intptr dbgAllocInfo = (intptr)BF_RETURN_ADDRESS;