opcodes.inc: Disable clang format

This commit is contained in:
Wunkolo 2021-06-25 08:00:31 -07:00 committed by merry
parent 1fc96fd0c2
commit 253713baf1

View file

@ -1,3 +1,5 @@
// clang-format off
// opcode name, return type, arg1 type, arg2 type, arg3 type, arg4 type, ...
OPCODE(Void, Void, )
@ -718,3 +720,5 @@ A32OPC(CoprocGetOneWord, U32, Copr
A32OPC(CoprocGetTwoWords, U64, CoprocInfo )
A32OPC(CoprocLoadWords, Void, CoprocInfo, U32 )
A32OPC(CoprocStoreWords, Void, CoprocInfo, U32 )
// clang-format on