mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-29 17:34:34 +00:00
Make default calling convention code more correct to read
This commit is contained in:
@@ -3232,7 +3232,7 @@ Ast *parse_proc_type(AstFile *f, Token proc_token) {
|
||||
if (f->in_foreign_block) {
|
||||
cc = ProcCC_ForeignBlockDefault;
|
||||
} else {
|
||||
cc = ProcCC_Odin;
|
||||
cc = default_calling_convention();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user