Constify target_so_ops::bfd_open
[deliverable/binutils-gdb.git] / gdb / avr-tdep.c
index aa65a76e07f53c8196aeea0dbadf4d162b412f80..177717f1bbdf963d2f6c6c8980316e8d7c0d6db0 100644 (file)
@@ -391,7 +391,7 @@ avr_pseudo_register_read (struct gdbarch *gdbarch, struct regcache *regcache,
   switch (regnum)
     {
     case AVR_PSEUDO_PC_REGNUM:
-      status = regcache_raw_read_unsigned (regcache, AVR_PC_REGNUM, &val);
+      status = regcache->raw_read (AVR_PC_REGNUM, &val);
       if (status != REG_VALID)
        return status;
       val >>= 1;
This page took 0.025623 seconds and 4 git commands to generate.