diff options
Diffstat (limited to 'Source/Core/Common/x64Analyzer.cpp')
| -rw-r--r-- | Source/Core/Common/x64Analyzer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/x64Analyzer.cpp b/Source/Core/Common/x64Analyzer.cpp index 0514bda0c4..51377f41fa 100644 --- a/Source/Core/Common/x64Analyzer.cpp +++ b/Source/Core/Common/x64Analyzer.cpp @@ -4,7 +4,7 @@ #include "Common/x64Analyzer.h" -bool DisassembleMov(const unsigned char* codePtr, InstructionInfo *info) +bool DisassembleMov(const unsigned char* codePtr, InstructionInfo* info) { unsigned const char* startCodePtr = codePtr; u8 rex = 0; |
