gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.mi / basics.c
index 08d9ccae178f3c2215fc01b94ca186e3907c5f15..327f33c6eca1c1ad07f4593f7bef72dee558fabf 100644 (file)
@@ -20,6 +20,8 @@
  *      on function calls.  Useful to test printing frames, stepping, etc.
  */
 
+unsigned long long global_zero = 0;
+
 int callee4 (void)
 {
   int A=1;
This page took 0.027263 seconds and 4 git commands to generate.