mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Support for string literals with embedded zeroes
This commit is contained in:
parent
d11c79e43e
commit
dc7ebf12c5
3 changed files with 20 additions and 5 deletions
|
@ -51,7 +51,11 @@ public:
|
|||
bool mIsLiteral;
|
||||
bool mHasNoValue;
|
||||
bool mIsReadOnly;
|
||||
int mRegNum;
|
||||
union
|
||||
{
|
||||
int mRegNum;
|
||||
int mDataLen;
|
||||
};
|
||||
addr_target mSrcAddress;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue