Implement adding an integer to a pointer
This commit is contained in:
@ -20,6 +20,10 @@ namespace gcc
|
||||
{
|
||||
return "Int";
|
||||
}
|
||||
else if (type == unsigned_type_node)
|
||||
{
|
||||
return "Word";
|
||||
}
|
||||
else if (type == boolean_type_node)
|
||||
{
|
||||
return "Bool";
|
||||
|
Reference in New Issue
Block a user