opcodes.inc: Disable clang format
This commit is contained in:
parent
1fc96fd0c2
commit
253713baf1
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// clang-format off
|
||||||
|
|
||||||
// opcode name, return type, arg1 type, arg2 type, arg3 type, arg4 type, ...
|
// opcode name, return type, arg1 type, arg2 type, arg3 type, arg4 type, ...
|
||||||
|
|
||||||
OPCODE(Void, Void, )
|
OPCODE(Void, Void, )
|
||||||
|
@ -718,3 +720,5 @@ A32OPC(CoprocGetOneWord, U32, Copr
|
||||||
A32OPC(CoprocGetTwoWords, U64, CoprocInfo )
|
A32OPC(CoprocGetTwoWords, U64, CoprocInfo )
|
||||||
A32OPC(CoprocLoadWords, Void, CoprocInfo, U32 )
|
A32OPC(CoprocLoadWords, Void, CoprocInfo, U32 )
|
||||||
A32OPC(CoprocStoreWords, Void, CoprocInfo, U32 )
|
A32OPC(CoprocStoreWords, Void, CoprocInfo, U32 )
|
||||||
|
|
||||||
|
// clang-format on
|
||||||
|
|
Loading…
Reference in a new issue