Fix two regressions in scalar printing
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / sizeof.exp
index d7ada651fbfe12da4c7730406ea389bfae533716..5d8940715cf21c92f2950c403ef84e7d2ae5b3cc 100644 (file)
@@ -81,7 +81,7 @@ check_sizeof "long double" ${sizeof_long_double}
 
 proc check_valueof { exp val } {
     gdb_test "next" "" ""
-    gdb_test "p value" " = ${val}" "check valueof \"$exp\""
+    gdb_test "p /d value" " = ${val}" "check valueof \"$exp\""
 }
 
 # Check that GDB and the target agree over the sign of a character.
This page took 0.024867 seconds and 4 git commands to generate.