diff options
| author | hrydgard <hrydgard@gmail.com> | 2008-08-01 20:36:14 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2008-08-01 20:36:14 +0000 |
| commit | f895edc10d25a321d30d476f3faffee8d1654dc2 (patch) | |
| tree | b5c3302887a64b8af091c0a503e52f5be807d205 /Source/Core/Common | |
| parent | e5940d12dcc836131757f14799c6a94462b67585 (diff) | |
add simple PC logging facility for debugging. not enabled by default.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@125 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/x64Emitter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Common/Src/x64Emitter.cpp b/Source/Core/Common/Src/x64Emitter.cpp index e4894a8068..680f1f9927 100644 --- a/Source/Core/Common/Src/x64Emitter.cpp +++ b/Source/Core/Common/Src/x64Emitter.cpp @@ -16,6 +16,7 @@ // http://code.google.com/p/dolphin-emu/
#include "Common.h"
#include "x64Emitter.h"
+#include "ABI.h"
#include "CPUDetect.h"
namespace Gen
|
