Always return a value from ast_type_specifier::hir
This commit is contained in:
@@ -2269,6 +2269,8 @@ ast_type_specifier::hir(exec_list *instructions,
|
||||
{
|
||||
if (this->structure != NULL)
|
||||
return this->structure->hir(instructions, state);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user