mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01: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
2 changed files with 209 additions and 15 deletions
|
@ -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 a new issue