mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Fixed const bool debug info emission
This commit is contained in:
parent
6d06ee3430
commit
66ab699abf
2 changed files with 7 additions and 2 deletions
|
@ -901,6 +901,7 @@ public:
|
|||
void FixTypeCode(BfTypeCode& typeCode);
|
||||
int GetSize(BfTypeCode typeCode);
|
||||
static bool IsInt(BfTypeCode typeCode);
|
||||
static bool IsIntable(BfTypeCode typeCode);
|
||||
static bool IsSigned(BfTypeCode typeCode);
|
||||
static bool IsFloat(BfTypeCode typeCode);
|
||||
const char* AllocStr(const StringImpl& str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue