mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
Fixed warning
This commit is contained in:
parent
c49d92b779
commit
7b3b6c1c10
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ namespace System.Reflection
|
||||||
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
#if BF_ENABLE_OBJECT_DEBUG_FLAGS
|
||||||
obj = Internal.Dbg_ObjectAlloc(mTypeClassVData, mInstSize, mInstAlign, 1);
|
obj = Internal.Dbg_ObjectAlloc(mTypeClassVData, mInstSize, mInstAlign, 1);
|
||||||
#else
|
#else
|
||||||
void* mem = new [Align(16)] uint8[mInstSize]* {?};
|
void* mem = new [Align(16)] uint8[mInstSize]* (?);
|
||||||
obj = Internal.UnsafeCastToObject(mem);
|
obj = Internal.UnsafeCastToObject(mem);
|
||||||
obj.[Friend]mClassVData = (.)(void*)mTypeClassVData;
|
obj.[Friend]mClassVData = (.)(void*)mTypeClassVData;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue