Merge pull request #1449 from comex/memtools-merge

Reorganize faulting stuff.  Differentiate between arch- and OS-specific defines.
This commit is contained in:
comex
2014-11-16 13:46:33 -05:00
14 changed files with 37 additions and 108 deletions

View File

@ -6,8 +6,8 @@
#include <string>
#include "Common/ChunkFile.h"
#include "Core/MachineContext.h"
#include "Core/PowerPC/CPUCoreBase.h"
#include "Core/PowerPC/JitCommon/JitBackpatch.h"
namespace JitInterface
{