mbox series

[for-7.0,0/3] target/m68k: Implement conditional traps

Message ID 20211130103752.72099-1-richard.henderson@linaro.org
Headers show
Series target/m68k: Implement conditional traps | expand

Message

Richard Henderson Nov. 30, 2021, 10:37 a.m. UTC
While looking at #754 for trapcc, I noticed that the other
conditional traps, trapv and ftrapcc, are also missing.


r~


Richard Henderson (3):
  target/m68k: Implement TRAPV
  target/m68k: Implement TRAPcc
  target/m68k: Implement FTRAPcc

 target/m68k/cpu.h       |  2 ++
 target/m68k/cpu.c       |  1 +
 target/m68k/translate.c | 76 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 79 insertions(+)