Improve release doc slightly.
[deliverable/binutils-gdb.git] / gdb / am29k-tdep.c
index e7b699f779f23d235b12df8ef3d94a3cccc10dbf..d5399b7460287a76edbd473ebdd0934c90e101c5 100644 (file)
@@ -513,7 +513,7 @@ read_register_stack (memaddr, myaddr, actual_mem_addr, lval)
   /* If we don't do this 'info register' stops in the middle. */
   if (memaddr >= rstack_high_address) 
     {
-      int val=-1;                      /* a bogus value */
+      int val = -1;                    /* a bogus value */
       /* It's in a local register, but off the end of the stack.  */
       int regnum = (memaddr - rsp) / 4 + LR0_REGNUM;
       if (myaddr != NULL)
This page took 0.02242 seconds and 4 git commands to generate.