Adding indent.

This commit is contained in:
Brad Nelson
2022-07-30 14:44:16 -07:00
parent 73d7181da2
commit 357bed3c1f
4 changed files with 145 additions and 32 deletions

View File

@ -14,6 +14,7 @@
#define TIER2_OPCODE_LIST \
X(">flags", TOFLAGS, tos = *TOFLAGS(tos)) \
X(">flags&", TOFLAGSAT, tos = (cell_t) TOFLAGS(tos)) \
X(">params", TOPARAMS, tos = *TOPARAMS(tos)) \
X(">size", TOSIZE, tos = TOSIZE(tos)) \
X(">link&", TOLINKAT, tos = (cell_t) TOLINK(tos)) \