newlines at end of file

This commit is contained in:
Jasmine Iwanek
2022-02-18 21:38:51 -05:00
parent 30e0c7f21b
commit 4287e44824
86 changed files with 55 additions and 92 deletions

View File

@@ -825,4 +825,3 @@ static int op83_l_a32(uint32_t fetchdat)
return 0;
}

View File

@@ -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;
}

View File

@@ -88,4 +88,3 @@ static int opINTO(uint32_t fetchdat)
PREFETCH_RUN(3, 1, -1, 0,0,0,0, 0);
return 0;
}

View File

@@ -378,4 +378,3 @@ static int opRET_l_imm(uint32_t fetchdat)
PREFETCH_FLUSH();
return 0;
}

View File

@@ -968,4 +968,4 @@ static int opRSM(uint32_t fetchdat)
cpu_state.pc = cpu_state.oldpc;
x86illegal();
return 1;
}
}

View File

@@ -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;
}

View File

@@ -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;
}

View File

@@ -264,4 +264,3 @@ static int opIRETD(uint32_t fetchdat)
PREFETCH_FLUSH();
return cpu_state.abrt;
}

View File

@@ -467,4 +467,4 @@ const x87_timings_t x87_concurrency_486 =
.fxtract = 4,
.fyl2x = 13,
.fyl2xp1 = 13,
};
};

View File

@@ -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;