|
From: Rhys K. <rhy...@so...> - 2020-01-29 12:58:34
|
https://sourceware.org/git/gitweb.cgi?p=valgrind.git;h=82da9c1006c29a04878ef7a5c9c71b397155c606 commit 82da9c1006c29a04878ef7a5c9c71b397155c606 Author: Rhys Kidd <rhy...@gm...> Date: Wed Jan 29 23:55:15 2020 +1100 Update .gitignore with none/tests/x86/bswapw Add none/tests/x86/bswapw to .gitignore. Fixes: 6e0573777 ("Bug 415757 - vex x86->IR: unhandled instruction bytes: 0x66 0xF 0xCE (bswapw).") Diff: --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8e5f0a6..4c2b4fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1987,6 +1987,7 @@ /none/tests/x86/aad_aam /none/tests/x86/allexec /none/tests/x86/badseg +/none/tests/x86/bswapw /none/tests/x86/bt_everything /none/tests/x86/bt_literal /none/tests/x86/bug125959-x86 |