mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fixes to enum changes, fixed [Checked] debugger interaction
This commit is contained in:
parent
17be9daade
commit
64f117b89f
10 changed files with 116 additions and 24 deletions
|
@ -400,6 +400,7 @@ public:
|
|||
DbgType* mReturnType;
|
||||
DbgMethodType mMethodType;
|
||||
BfProtection mProtection;
|
||||
BfCheckedKind mCheckedKind;
|
||||
SLIList<DbgVariable*> mParams;
|
||||
|
||||
DbgSubprogram* mNext;
|
||||
|
@ -424,6 +425,7 @@ public:
|
|||
mNext = NULL;
|
||||
mMethodType = DbgMethodType_Normal;
|
||||
mProtection = BfProtection_Public;
|
||||
mCheckedKind = BfCheckedKind_NotSet;
|
||||
mVTableLoc = -1;
|
||||
mStepFilterVersion = -1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue