Fix lint
Review URL: http://codereview.chromium.org/8773033 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10135 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
701790fd34
commit
ff71466e46
@ -1213,7 +1213,7 @@ int DisassemblerIA32::InstructionDecode(v8::internal::Vector<char> out_buffer,
|
||||
NameOfXMMRegister(rm),
|
||||
static_cast<int>(imm8));
|
||||
data += 2;
|
||||
} else if (*data == 0x17){
|
||||
} else if (*data == 0x17) {
|
||||
data++;
|
||||
int mod, regop, rm;
|
||||
get_modrm(*data, &mod, ®op, &rm);
|
||||
|
Loading…
Reference in New Issue
Block a user