Formatted uxn-fast.c according to clang-format
This commit is contained in:
parent
aeddd9e0f5
commit
6d18549915
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
476
src/uxn-fast.c
476
src/uxn-fast.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue