[nasm:nasm-2.16.xx] travis: update the warning message in hle.stderr

nasm-bot for H. Peter Anvin hpa at zytor.com
Fri Oct 13 20:57:03 PDT 2023


Commit-ID:  07cef152359942a33848746968d2519d989006f1
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=07cef152359942a33848746968d2519d989006f1
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 13 Oct 2023 20:54:56 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 13 Oct 2023 20:54:56 -0700

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 <hpa at zytor.com>


---
 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]


More information about the Nasm-commits mailing list