1
0
Fork 0
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:
Brian Fiete 2021-01-19 11:27:11 -08:00
parent 6d06ee3430
commit 66ab699abf
2 changed files with 7 additions and 2 deletions

View file

@ -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);