[Project64] Get x86ops to use a function not a macro
This commit is contained in:
parent
00cf9eb14d
commit
1e2cc8eb90
File diff suppressed because it is too large
Load Diff
|
@ -299,6 +299,9 @@ protected:
|
||||||
private:
|
private:
|
||||||
static void BreakPointNotification(const char * FileName, int32_t LineNumber);
|
static void BreakPointNotification(const char * FileName, int32_t LineNumber);
|
||||||
static char m_fpupop[2][2];
|
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))
|
#define AddressOf(Addr) CX86Ops::GetAddressOf(5,(Addr))
|
||||||
|
|
Loading…
Reference in New Issue