mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +02:00
Const string alloc fixes, large string fixes, mem range check fix
This commit is contained in:
parent
649aabcaee
commit
2f72311f1f
4 changed files with 95 additions and 28 deletions
|
@ -8473,7 +8473,7 @@ void BfModule::InitTypeInst(BfTypedValue typedValue, BfScopeData* scopeData, boo
|
|||
|
||||
BfIRValue vDataRef;
|
||||
if (!isAutocomplete)
|
||||
{
|
||||
{
|
||||
vDataRef = GetClassVDataPtr(typeInstance);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue