fix some codestyle
This commit is contained in:
@@ -2247,13 +2247,15 @@ static void Put45GS02 (const InsDesc* Ins)
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
static void Put45GS02_Q (const InsDesc* Ins) {
|
static void Put45GS02_Q (const InsDesc* Ins)
|
||||||
|
{
|
||||||
EffAddr A;
|
EffAddr A;
|
||||||
|
|
||||||
if (EvalEA(Ins, &A)) {
|
if (EvalEA(Ins, &A)) {
|
||||||
Emit0 (0x42);
|
Emit0 (0x42);
|
||||||
Emit0 (0x42);
|
Emit0 (0x42);
|
||||||
if ((A.AddrModeBit == AM65_DIR_IND_LONG) || (A.AddrModeBit == AM65_32BIT_BASE_IND_Z)) {
|
if ((A.AddrModeBit == AM65_DIR_IND_LONG) ||
|
||||||
|
(A.AddrModeBit == AM65_32BIT_BASE_IND_Z)) {
|
||||||
Emit0 (0xEA); /* NOP prefix */
|
Emit0 (0xEA); /* NOP prefix */
|
||||||
}
|
}
|
||||||
if (A.Opcode == 0xea) {
|
if (A.Opcode == 0xea) {
|
||||||
|
|||||||
Reference in New Issue
Block a user