1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

Added comptype

This commit is contained in:
Brian Fiete 2021-01-15 14:28:21 -08:00
parent bb12a4ec20
commit 4890303508
27 changed files with 382 additions and 157 deletions

View file

@ -710,6 +710,7 @@ void BeIRCodeGen::Read(BeValue*& beValue)
}
else
beValue = GetBeValue(streamId);
beValue->mRefCount++;
BE_MEM_END("ParamType_Const_GlobalVar");
return;
}