diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-word.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-word.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-word.exp b/gdb/testsuite/gdb.arch/amd64-word.exp index 04448d7..031f153 100644 --- a/gdb/testsuite/gdb.arch/amd64-word.exp +++ b/gdb/testsuite/gdb.arch/amd64-word.exp @@ -23,7 +23,7 @@ if $tracelevel { } -if { ![istarget x86_64-*-* ] } { +if { ![istarget x86_64-*-* ] || ![is_lp64_target] } { verbose "Skipping amd64 word register tests." return } |