Reorganised REP instructions.
This commit is contained in:
parent
bb4eb4c3b0
commit
a96e87527e
12 changed files with 1037 additions and 899 deletions
|
|
@ -28,7 +28,7 @@ int checkio(int port);
|
|||
|
||||
#define checkio_perm(port) if (!IOPLp || (eflags&VM_FLAG)) \
|
||||
{ \
|
||||
tempi = checkio(port); \
|
||||
int tempi = checkio(port); \
|
||||
if (cpu_state.abrt) break; \
|
||||
if (tempi) \
|
||||
{ \
|
||||
|
|
|
|||
Loading…
Reference in a new issue