From 07cef152359942a33848746968d2519d989006f1 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Fri, 13 Oct 2023 20:54:56 -0700 Subject: [PATCH] travis: update the warning message in hle.stderr Nothing wrong, but the text of the warning message has changed after subordinating it to another warning. Signed-off-by: H. Peter Anvin --- travis/test/hle.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/test/hle.stderr b/travis/test/hle.stderr index ccec67f6..8cacddd1 100644 --- a/travis/test/hle.stderr +++ b/travis/test/hle.stderr @@ -1,4 +1,4 @@ -./travis/test/hle.asm:5: warning: instruction is not lockable [-w+prefix-lock] +./travis/test/hle.asm:5: warning: instruction is not lockable [-w+prefix-lock-error] ./travis/test/hle.asm:7: warning: xacquire invalid with this instruction [-w+prefix-hle] ./travis/test/hle.asm:13: warning: xacquire invalid with this instruction [-w+prefix-hle] ./travis/test/hle.asm:17: warning: xacquire invalid with this instruction [-w+prefix-hle]