]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.arch/i386-sse-stack-align.exp
Adjust gdb.arch/i386-sse-stack-align.exp print statement
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.arch / i386-sse-stack-align.exp
index 47fb9f42d2768cbb2471513707b0f0dc394e6bdf..946f217ce1846a3e6c5bead0be3f50ba18f375fc 100644 (file)
@@ -43,7 +43,7 @@ if ![runto_main] then {
 
 set args ""
 foreach i {0 1 2 3 4} {
-    set test "print g$i ($args)"
+    set test "print (int) g$i ($args)"
     gdb_test_multiple $test $test {
        -re " = 2\r\n$gdb_prompt $" {
            pass $test