mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* hpux-thread.c (hpux_thread_store_registers): Use
regcache_raw_collect, not regcache_raw_read. * irix5-nat.c (fetch_core_registers): Use regcache_raw_supply, not regcache_raw_write.
This commit is contained in:
@ -255,7 +255,7 @@ fetch_core_registers (char *core_reg_sect, unsigned core_reg_size,
|
||||
|
||||
for (regno = 0; regno < NUM_REGS; regno++)
|
||||
{
|
||||
regcache_raw_write (current_regcache, regno, srcp);
|
||||
regcache_raw_supply (current_regcache, regno, srcp);
|
||||
srcp += regsize;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user