mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-07 22:05:21 +00:00
Call correct PUSHF/POPF macro
This commit is contained in:
parent
04167990a6
commit
f3ad33ed58
@ -1120,13 +1120,13 @@ LENDFUNC(NONE,NONE,2,raw_xchg_l_rr,(RW4 r1, RW4 r2))
|
||||
|
||||
LOWFUNC(READ,WRITE,0,raw_pushfl,(void))
|
||||
{
|
||||
PUSHFD();
|
||||
PUSHF();
|
||||
}
|
||||
LENDFUNC(READ,WRITE,0,raw_pushfl,(void))
|
||||
|
||||
LOWFUNC(WRITE,READ,0,raw_popfl,(void))
|
||||
{
|
||||
POPFD();
|
||||
POPF();
|
||||
}
|
||||
LENDFUNC(WRITE,READ,0,raw_popfl,(void))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user