From 493e2a69a40a30bcabe6ad5390dbae9bab98015d Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Thu, 6 Jan 2011 00:14:09 +0000 Subject: 2011-01-05 Michael Snyder * gdbreplay.c: Shorten lines of >= 80 columns. * linux-low.c: Ditto. * linux-ppc-low.c: Ditto. * linux-s390-low.c: Ditto. * linux-sparc-low.c: Ditto. * linux-x86-low.c: Ditto. * linux-xtensa-low.c: Ditto. * mem-break.c: Ditto. * nto-low.c: Ditto. * regcache.h: Ditto. * remote-utils.c: Ditto. * server.c: Ditto. * server.h: Ditto. * thread-db.c: Ditto. * tracepoint.c: Ditto. * utils.c: Ditto. * win32-low.h: Ditto. --- gdb/gdbserver/nto-low.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/gdbserver/nto-low.c') diff --git a/gdb/gdbserver/nto-low.c b/gdb/gdbserver/nto-low.c index 40bd194..47d7a93 100644 --- a/gdb/gdbserver/nto-low.c +++ b/gdb/gdbserver/nto-low.c @@ -635,7 +635,8 @@ nto_fetch_registers (struct regcache *regcache, int regno) { const unsigned int registeroffset = the_low_target.register_offset (regno); - supply_register (regcache, regno, ((char *)&greg) + registeroffset); + supply_register (regcache, regno, + ((char *)&greg) + registeroffset); } } else -- cgit v1.1