mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Apple fixes
This commit is contained in:
parent
43b69023f6
commit
9f3fded709
23 changed files with 847 additions and 425 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue