Move towards more legit stack setup api and registers as registers

This commit is contained in:
Nathan Braswell
2018-02-27 23:53:08 +00:00
parent 00bb4e928c
commit adcebb3284
2 changed files with 184 additions and 83 deletions

View File

@@ -27,6 +27,7 @@ obj c_generator (Object) {
used_names.construct()
// to avoid using c keywords
used_names.add(string("extern"))
used_names.add(string("register"))
function_type_map.construct()
function_typedef_string.construct()
linker_string.construct()