mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Emit marker fixes - idSpan fix, persistent opening, specialized squiggle
This commit is contained in:
parent
bbd0fe8779
commit
866bddde2e
17 changed files with 237 additions and 65 deletions
|
@ -1011,6 +1011,7 @@ public:
|
|||
Array<int> mPendingInterfaces;
|
||||
Dictionary<CeRebuildKey, CeRebuildValue> mRebuildMap;
|
||||
Val128 mHash;
|
||||
bool mFastFinished;
|
||||
bool mFailed;
|
||||
bool mMayHaveUniqueEmitLocations;
|
||||
BfCeTypeInfo* mNext;
|
||||
|
@ -1018,6 +1019,7 @@ public:
|
|||
public:
|
||||
BfCeTypeInfo()
|
||||
{
|
||||
mFastFinished = false;
|
||||
mFailed = false;
|
||||
mMayHaveUniqueEmitLocations = false;
|
||||
mNext = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue