Commit 8e2be558 authored by Milad Fa's avatar Milad Fa Committed by Commit Bot

PPC: Fix compilation error on mtcrf Sim

Change-Id: Ic4dff5209279f51ed75c76f2a0b159c727fb6164
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2767198Reviewed-by: 's avatarJunliang Yan <junyan@redhat.com>
Reviewed-by: 's avatarJoran Siu <joransiu@ca.ibm.com>
Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73483}
parent abfb7fa4
......@@ -3885,6 +3885,7 @@ void Simulator::ExecuteGeneric(Instruction* instr) {
int rs = instr->RSValue();
uint8_t fxm = instr->Bits(19, 12);
DCHECK_EQ(fxm, 0xFF);
USE(fxm);
condition_reg_ = static_cast<int32_t>(get_register(rs));
break;
}
......
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