Move byte for unyped pointers

This commit is contained in:
2025-02-01 09:21:29 +01:00
parent 4011adbe2b
commit 5108016d39
5 changed files with 37 additions and 27 deletions

View File

@ -32,7 +32,7 @@ namespace gcc
{
return "Float";
}
else if (type == elna_char_type_node)
else if (type == unsigned_char_type_node)
{
return "Char";
}