newlines at end of file
This commit is contained in:
@@ -825,4 +825,3 @@ static int op83_l_a32(uint32_t fetchdat)
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -156,4 +156,3 @@ static int opBSR_l_a32(uint32_t fetchdat)
|
||||
PREFETCH_RUN(instr_cycles, 2, rmdat, 0,(cpu_mod == 3) ? 0:1,0,0, 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -88,4 +88,3 @@ static int opINTO(uint32_t fetchdat)
|
||||
PREFETCH_RUN(3, 1, -1, 0,0,0,0, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -378,4 +378,3 @@ static int opRET_l_imm(uint32_t fetchdat)
|
||||
PREFETCH_FLUSH();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -968,4 +968,4 @@ static int opRSM(uint32_t fetchdat)
|
||||
cpu_state.pc = cpu_state.oldpc;
|
||||
x86illegal();
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -366,4 +366,3 @@ static int opMOV_TRx_r_a32(uint32_t fetchdat)
|
||||
PREFETCH_RUN(6, 2, rmdat, 0,0,0,0, 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -261,4 +261,3 @@ static int opIMUL_l_l_a32(uint32_t fetchdat)
|
||||
PREFETCH_RUN(30, 2, rmdat, 0,1,0,0, 1);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -264,4 +264,3 @@ static int opIRETD(uint32_t fetchdat)
|
||||
PREFETCH_FLUSH();
|
||||
return cpu_state.abrt;
|
||||
}
|
||||
|
||||
|
||||
@@ -467,4 +467,4 @@ const x87_timings_t x87_concurrency_486 =
|
||||
.fxtract = 4,
|
||||
.fyl2x = 13,
|
||||
.fyl2xp1 = 13,
|
||||
};
|
||||
};
|
||||
|
||||
@@ -56,4 +56,4 @@ extern const x87_timings_t x87_timings_486;
|
||||
extern const x87_timings_t x87_concurrency_486;
|
||||
|
||||
extern x87_timings_t x87_timings;
|
||||
extern x87_timings_t x87_concurrency;
|
||||
extern x87_timings_t x87_concurrency;
|
||||
|
||||
Reference in New Issue
Block a user