Fix compilation warnings.
This commit is contained in:
@@ -139,7 +139,7 @@ static x86seg *codegen_generate_ea_16_long(ir_data_t *ir, x86seg *op_ea_seg, uin
|
||||
|
||||
switch (cpu_rm & 7)
|
||||
{
|
||||
case 0: case 1: case 7:
|
||||
case 0: case 1: case 7: default:
|
||||
base_reg = IREG_EBX;
|
||||
break;
|
||||
case 2: case 3: case 6:
|
||||
@@ -705,7 +705,7 @@ generate_call:
|
||||
}
|
||||
}
|
||||
|
||||
codegen_skip:
|
||||
// codegen_skip:
|
||||
if ((op_table == x86_dynarec_opcodes_REPNE || op_table == x86_dynarec_opcodes_REPE) && !op_table[opcode | op_32])
|
||||
{
|
||||
op_table = (OpFn *) x86_dynarec_opcodes;
|
||||
|
||||
Reference in New Issue
Block a user