Replace Byte pointer with a generic pointer type
This commit is contained in:
@ -59,9 +59,9 @@ namespace elna::gcc
|
||||
{
|
||||
return "Bool";
|
||||
}
|
||||
else if (unqualified_type == elna_byte_type_node)
|
||||
else if (unqualified_type == elna_pointer_type_node)
|
||||
{
|
||||
return "Byte";
|
||||
return "Pointer";
|
||||
}
|
||||
else if (unqualified_type == elna_float_type_node)
|
||||
{
|
||||
|
Reference in New Issue
Block a user