mirror of
https://github.com/azahar-emu/dynarmic
synced 2025-11-06 23:19:58 +01:00
opcodes.inc: Disable clang format
This commit is contained in:
parent
1fc96fd0c2
commit
253713baf1
@ -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…
x
Reference in New Issue
Block a user