mirror of https://github.com/x64dbg/TitanEngine
massive formatting
This commit is contained in:
parent
b350775721
commit
7726d8fcf1
|
|
@ -115,7 +115,8 @@ extern "C" {
|
||||||
|
|
||||||
|
|
||||||
/* Decodes modes of the disassembler, 16 bits or 32 bits or 64 bits for AMD64, x86-64. */
|
/* Decodes modes of the disassembler, 16 bits or 32 bits or 64 bits for AMD64, x86-64. */
|
||||||
typedef enum {
|
typedef enum
|
||||||
|
{
|
||||||
Decode16Bits = 0, Decode32Bits = 1, Decode64Bits = 2
|
Decode16Bits = 0, Decode32Bits = 1, Decode64Bits = 2
|
||||||
}
|
}
|
||||||
_DecodeType;
|
_DecodeType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue