forked from Imagelibrary/binutils-gdb
2011-01-05 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
* 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.
This commit is contained in:
@@ -255,7 +255,8 @@ ppc_get_pc (struct regcache *regcache)
|
||||
{
|
||||
unsigned int pc;
|
||||
(*the_target->read_memory) (addr, (unsigned char *) &pc, 4);
|
||||
return ((CORE_ADDR)1 << 63) | ((CORE_ADDR)fd << 32) | (CORE_ADDR) (pc - 4);
|
||||
return ((CORE_ADDR)1 << 63)
|
||||
| ((CORE_ADDR)fd << 32) | (CORE_ADDR) (pc - 4);
|
||||
}
|
||||
else if (register_size (0) == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user