mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
i386: make the sse opcodes generate the #NM exception used to save\restore the fpu state
This commit is contained in:
parent
8eeeedd09f
commit
68c0285a32
@ -1062,6 +1062,7 @@ protected:
|
||||
void i486_bswap_edi();
|
||||
void i486_mov_cr_r32();
|
||||
inline bool MMXPROLOG();
|
||||
inline bool SSEPROLOG();
|
||||
inline void READMMX(uint32_t ea,MMX_REG &r);
|
||||
inline void WRITEMMX(uint32_t ea,MMX_REG &r);
|
||||
inline void READXMM(uint32_t ea,XMM_REG &r);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user