committed by
grischka
parent
3065e70630
commit
2fdb45f577
@ -653,7 +653,7 @@ static void asm_opcode(TCCState *s1, int opcode)
|
|||||||
if (ops[i].type & OP_REG32) {
|
if (ops[i].type & OP_REG32) {
|
||||||
if (s1->seg_size == 16)
|
if (s1->seg_size == 16)
|
||||||
o32 = 1;
|
o32 = 1;
|
||||||
} else if (!ops[i].type & OP_REG32) {
|
} else if (!(ops[i].type & OP_REG32)) {
|
||||||
if (s1->seg_size == 32)
|
if (s1->seg_size == 32)
|
||||||
o32 = 1;
|
o32 = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user