[mips64] Corrected grammatical error
see https://crrev.com/c/1630678 that patch modify this by mistake. Change-Id: I7db0205a08beff3f7e6372d62dd810ef859c9fcc Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1633932 Auto-Submit: Yu Yin <xwafish@gmail.com> Reviewed-by: Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#61909}
This commit is contained in:
parent
985f735323
commit
f3248c6ef6
@ -744,7 +744,7 @@ int Decoder::FormatOption(Instruction* instr, const char* format) {
|
||||
return 4;
|
||||
}
|
||||
case 'i': { // 'imm16u or 'imm26.
|
||||
if (format[`] == '1') {
|
||||
if (format[3] == '1') {
|
||||
if (format[4] == '6') {
|
||||
DCHECK(STRING_STARTS_WITH(format, "imm16"));
|
||||
switch (format[5]) {
|
||||
|
Loading…
Reference in New Issue
Block a user