From 3e283ea9f17aa779832db065b2ecc4b19cf03e83 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 21 Jan 2016 21:16:51 +0100 Subject: More asterisks --- Source/Core/Common/x64Analyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/Common/x64Analyzer.cpp') 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; -- cgit v1.2.3