mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-03 02:33:37 +00:00
Allow for inlineable asm calls
This commit is contained in:
@@ -1837,6 +1837,9 @@ retry:;
|
||||
case_ast_node(label, AsmLabelDecl, expr);
|
||||
return entity_of_node(label->name);
|
||||
case_end;
|
||||
case_ast_node(at, AsmTemplate, expr);
|
||||
return at->anonymous_entity;
|
||||
case_end;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user