Minor: remove extra newlines

This commit is contained in:
Amaan Cheval 2018-02-21 08:10:36 +05:30 committed by Fabian
parent 6755bc9f72
commit 15d75b0f9d
2 changed files with 0 additions and 2 deletions

View file

@ -152,7 +152,6 @@ function gen_instruction_body(encodings, size)
"Unsupported: instruction cannot be both a jump and nonfaulting. Opcode: 0x" + hex(encoding.opcode)
);
if(has_66 || has_F2 || has_F3)
{
console.assert((encoding.opcode & 0xFF00) === 0x0F00);

View file

@ -694,7 +694,6 @@ static void jit_generate(int32_t address_hash, uint32_t phys_addr, struct code_c
// for whenever eip is updated next
profiler_stat_increment(S_NONFAULTING_OPTIMIZATION);
eip_delta += instruction_length;
}
#else
UNUSED(eip_delta);