mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
fix incorrect type name short-circuit check
This commit is contained in:
+1
-1
@@ -2819,7 +2819,7 @@ E_IRGEN_FUNCTION_DEF(default)
|
|||||||
}
|
}
|
||||||
|
|
||||||
//- rjf: try types
|
//- rjf: try types
|
||||||
if(!string_mapped == 0 && (qualifier.size == 0 || str8_match(qualifier, str8_lit("type"), 0)))
|
if(!string_mapped && (qualifier.size == 0 || str8_match(qualifier, str8_lit("type"), 0)))
|
||||||
{
|
{
|
||||||
mapped_type_key = e_leaf_type_from_name(string);
|
mapped_type_key = e_leaf_type_from_name(string);
|
||||||
if(!e_type_key_match(e_type_key_zero(), mapped_type_key))
|
if(!e_type_key_match(e_type_key_zero(), mapped_type_key))
|
||||||
|
|||||||
Reference in New Issue
Block a user