Minor: jshint

This commit is contained in:
Amaan Cheval 2018-02-14 20:21:50 +05:30 committed by Fabian
parent d5212a1914
commit a265568443

View file

@ -147,8 +147,7 @@ function gen_instruction_body(encodings, size)
// where the nonfaulting flags are set
console.assert(
!encodings.some(e => e.nonfaulting),
"Unsupported: marking instruction with 66/f2/f3 prefix variant as nonfaulting. Opcode: 0x"
+ hex(encoding.opcode)
"Unsupported: instruction with 66/f2/f3 prefix marked as nonfaulting. Opcode: 0x" + hex(encoding.opcode)
);
}