mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Lowering fix when lowered types are larger than source types
This commit is contained in:
parent
2652203597
commit
2de490fd59
4 changed files with 67 additions and 27 deletions
|
@ -932,6 +932,7 @@ public:
|
|||
public:
|
||||
void FixTypeCode(BfTypeCode& typeCode);
|
||||
int GetSize(BfTypeCode typeCode);
|
||||
static int GetSize(BfTypeCode typeCode, int ptrSize);
|
||||
static bool IsInt(BfTypeCode typeCode);
|
||||
static bool IsChar(BfTypeCode typeCode);
|
||||
static bool IsIntable(BfTypeCode typeCode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue