Commit 5f68b54d authored by bjaideep's avatar bjaideep Committed by Commit bot

S390: Minor DCHECK_OPCODE fix

R=joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
LOG=N

Review-Url: https://codereview.chromium.org/2661133004
Cr-Commit-Position: refs/heads/master@{#42818}
parent 7c982e7e
......@@ -11640,7 +11640,7 @@ EVALUATE(ML) {
}
EVALUATE(DL) {
DCHECK_OPCODE(ML);
DCHECK_OPCODE(DL);
DECODE_RXY_A_INSTRUCTION(r1, x2, b2, d2);
int64_t x2_val = (x2 == 0) ? 0 : get_register(x2);
int64_t b2_val = (b2 == 0) ? 0 : get_register(b2);
......
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