Commit f3248c6e authored by Yu Yin's avatar Yu Yin Committed by Commit Bot

[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: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61909}
parent 985f7353
......@@ -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]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment