mirror of
https://github.com/odin-lang/Odin.git
synced 2026-09-21 20:45:42 -04:00
Make default calling convention code more correct to read
This commit is contained in:
1 parent
76bb82a726
commit
f19bb0f4d4
5 files changed
+31
-16
No files matched your search
+1
-1
@@ -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