clang-format markers

This commit is contained in:
Jasmine Iwanek
2022-11-19 10:43:42 -05:00
parent 83b220cb03
commit 35fea100db
19 changed files with 231 additions and 0 deletions

View File

@@ -266,6 +266,7 @@ opXCHG_EAX_ESP(uint32_t fetchdat)
return 0; \
}
// clang-format off
opBSWAP(EAX)
opBSWAP(EBX)
opBSWAP(ECX)
@@ -274,3 +275,4 @@ opBSWAP(ESI)
opBSWAP(EDI)
opBSWAP(EBP)
opBSWAP(ESP)
// clang-format on