[PATCH 0/2] Add some missing calls to memory_error_func

Andrew Burgess andrew.burgess@embecosm.com
Sat Oct 9 09:13:45 GMT 2021


While working on a GDB disassembler related patch I discovered that
two targets are not calling memory_error_func after a call to
read_memory_func fails, fixed in the following two patches.

Andrew Burgess (2):
  s12z/disassembler: call memory_error_func when appropriate
  z80/disassembler: call memory_error_func when appropriate

 opcodes/s12z-dis.c | 3 +++
 opcodes/z80-dis.c  | 2 ++
 2 files changed, 5 insertions(+)

-- 
2.25.4



More information about the Binutils mailing list