On Tue, Mar 10, 2026 at 10:08 PM Brian Cain <[email protected]> wrote:
> From: Brian Cain <[email protected]> > > Add PC to raise_exception helper > > Replace the fGEN_TCG_J2_trap0 macro override with the fTRAP()-generated > system helper instead. > > Signed-off-by: Brian Cain <[email protected]> > --- > target/hexagon/gen_tcg.h | 7 ------- > target/hexagon/helper.h | 2 +- > target/hexagon/op_helper.c | 10 ++++------ > target/hexagon/translate.c | 20 +++++++++++++++----- > 4 files changed, 20 insertions(+), 19 deletions(-) > Reviewed-by: Taylor Simpson <[email protected]>
