Formatted uxn-fast.c according to clang-format

This commit is contained in:
Andrew Alderwick 2021-05-23 19:05:17 +01:00
parent aeddd9e0f5
commit 6d18549915
3 changed files with 240 additions and 240 deletions

View File

@ -324,7 +324,7 @@ evaluxn(Uxn *u, Uint16 vec)
local n = _list_0[_index_0]
_with_0:write(('\t\tcase 0x%02x: /* %s */\n'):format(n, allops[n + 1].name))
end
_with_0:write(('\t\t\t__asm__( "evaluxn_%02x_%s:" );\n'):format(allops[i].n[1], allops[i].name))
_with_0:write(('\t\t\t__asm__("evaluxn_%02x_%s:");\n'):format(allops[i].n[1], allops[i].name))
_with_0:write(allops[i].body)
_continue_0 = true
until true

View File

@ -229,7 +229,7 @@ evaluxn(Uxn *u, Uint16 vec)
continue
for n in *allops[i].n
\write '\t\tcase 0x%02x: /* %s */\n'\format n, allops[n + 1].name
\write '\t\t\t__asm__( "evaluxn_%02x_%s:" );\n'\format allops[i].n[1], allops[i].name
\write '\t\t\t__asm__("evaluxn_%02x_%s:");\n'\format allops[i].n[1], allops[i].name
\write allops[i].body
\write [[
#pragma GCC diagnostic pop

File diff suppressed because it is too large Load Diff