patch-gdb_gdbserver_linux-cris-low_c 319 B

1234567891011
  1. --- gdb-7.1.orig/gdb/gdbserver/linux-cris-low.c
  2. +++ gdb-7.1/gdb/gdbserver/linux-cris-low.c
  3. @@ -62,7 +62,7 @@
  4. extern int debug_threads;
  5. static CORE_ADDR
  6. -cris_get_pc (struct regcache *regcache, void)
  7. +cris_get_pc (struct regcache *regcache)
  8. {
  9. unsigned long pc;
  10. collect_register_by_name (regcache, "pc", &pc);