1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-06 08:15:59 +02:00

Fixed some Win32 and chkstk rollback issues

This commit is contained in:
Brian Fiete 2019-09-05 11:09:13 -07:00
parent 0ce6e44523
commit 8c21f24867
6 changed files with 86 additions and 46 deletions

View file

@ -292,7 +292,7 @@ public:
}
int GetLength();
bool IsStackAdjust();
bool StackAdjust(uint32& adjust);
bool IsBranch();
bool IsCall();
bool IsRep(bool& isPrefixOnly);