Handle calling conventions correctly

This commit is contained in:
Ginger Bill
2016-12-22 23:06:31 +00:00
parent 923b039cf6
commit d714bece47
19 changed files with 288 additions and 201 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
import (
import {
"os.odin";
"mem.odin";
"utf8.odin";
)
}
const PRINT_BUF_SIZE = 1<<12;