Refactor fastmem/trampoline code.

Simplication to avoid reading back the generated instructions, allowing
us to handle all possible cases.
This commit is contained in:
Matt Mastracci 2016-02-28 14:33:53 -07:00
commit b1296a7825
20 changed files with 385 additions and 894 deletions

View file

@ -8,7 +8,6 @@
#include "Common/CommonFuncs.h"
#include "Common/CommonTypes.h"
#include "Common/Thread.h"
#include "Common/x64Analyzer.h"
#include "Core/HW/Memmap.h"
#include "Core/MachineContext.h"