gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbserver / regcache.cc
index ec9d70d42fbc4e697c5ef6959446d481d28fcebf..33d38879dc6fd5028ee0fd127c3d996fcb1cff9c 100644 (file)
@@ -477,13 +477,13 @@ collect_register_by_name (struct regcache *regcache,
 CORE_ADDR
 regcache_read_pc (struct regcache *regcache)
 {
-  return the_target->pt->read_pc (regcache);
+  return the_target->read_pc (regcache);
 }
 
 void
 regcache_write_pc (struct regcache *regcache, CORE_ADDR pc)
 {
-  the_target->pt->write_pc (regcache, pc);
+  the_target->write_pc (regcache, pc);
 }
 
 #endif
This page took 0.025265 seconds and 4 git commands to generate.