Commit c3e7eb19 authored by Yang Qin's avatar Yang Qin Committed by Commit Bot

[s390]tm family test: change a label name

Change-Id: I43f342c3552e195fe5d96b07c93be7bfef5a708a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1713006Reviewed-by: 's avatarJunliang Yan <jyan@ca.ibm.com>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#62859}
parent 15103f09
......@@ -973,7 +973,7 @@ TEST(18) {
// selected bits all 0
__ lgfi(r1, Operand(0));
__ tmhh(r1, Operand(1));
__ beq(&done); //8
__ beq(&continue1); //8
__ b(&error);
__ bind(&continue1);
......
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