[Project64] Get x86ops to use a function not a macro

This commit is contained in:
zilmar 2016-06-28 06:12:04 +10:00
parent 00cf9eb14d
commit 1e2cc8eb90
2 changed files with 1062 additions and 1038 deletions

File diff suppressed because it is too large Load Diff

View File

@ -299,6 +299,9 @@ protected:
private:
static void BreakPointNotification(const char * FileName, int32_t LineNumber);
static char m_fpupop[2][2];
static void AddCode8(uint8_t value);
static void AddCode16(uint16_t value);
static void AddCode32(uint32_t value);
};
#define AddressOf(Addr) CX86Ops::GetAddressOf(5,(Addr))