mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Improvements to emit markers on emits only in specialized types
This commit is contained in:
parent
01112c54fe
commit
5271f5e2fd
14 changed files with 342 additions and 68 deletions
|
@ -1766,11 +1766,6 @@ BfLocalVariable* BfModule::HandleVariableDeclaration(BfVariableDeclaration* varD
|
|||
|
||||
_CheckConst();
|
||||
|
||||
if (isStatic)
|
||||
{
|
||||
NOP;
|
||||
}
|
||||
|
||||
if ((initValue.mKind == BfTypedValueKind_TempAddr) && (!initHandled))
|
||||
{
|
||||
BF_ASSERT(initValue.IsAddr());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue