Reorganised REP instructions.

This commit is contained in:
SarahW 2017-07-20 21:06:21 +01:00
commit a96e87527e
12 changed files with 1037 additions and 899 deletions

View file

@ -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) \
{ \