mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trans_BRA does
gen_a64_set_pc(s, dst);
set_btype_for_br(s, a->rn);
gen_a64_set_pc does
s->pc_save = -1;
set_btype_for_br (if aa64_bti is enabled and the register is not x16 or
x17) does
gen_pc_plus_diff(s, pc, 0);
gen_pc_plus_diff does
assert(s->pc_save != -1);
Hence, this assert is getting hit. We need to call set_btype_for_br
before gen_a64_set_pc, and there is nothing in set_btype_for_br that
depends on gen_a64_set_pc having already been called, so this commit
simply swaps the calls.
(The commit message for
|
1 day ago | |
|---|---|---|
| .. | ||
| hvf | 1 month ago | |
| tcg | 1 day ago | |
| Kconfig | 2 years ago | |
| arch_dump.c | 7 months ago | |
| arm-powerctl.c | 2 months ago | |
| arm-powerctl.h | 7 years ago | |
| arm-qmp-cmds.c | 5 months ago | |
| common-semi-target.c | 2 months ago | |
| cortex-regs.c | 3 years ago | |
| cpregs-gcs.c | 2 months ago | |
| cpregs-pmu.c | 3 months ago | |
| cpregs.h | 1 month ago | |
| cpu-features.h | 1 month ago | |
| cpu-irq.c | 3 months ago | |
| cpu-param.h | 7 months ago | |
| cpu-qom.h | 7 months ago | |
| cpu-sysregs.h | 5 months ago | |
| cpu-sysregs.h.inc | 2 months ago | |
| cpu.c | 1 month ago | |
| cpu.h | 1 month ago | |
| cpu32-stubs.c | 7 months ago | |
| cpu64.c | 3 weeks ago | |
| debug_helper.c | 4 months ago | |
| el2-stubs.c | 3 months ago | |
| gdbstub.c | 1 month ago | |
| gdbstub64.c | 1 month ago | |
| gtimer.h | 9 months ago | |
| helper.c | 1 month ago | |
| helper.h | 7 months ago | |
| hvf-stub.c | 6 months ago | |
| hvf_arm.h | 6 months ago | |
| hyp_gdbstub.c | 7 months ago | |
| idau.h | 5 years ago | |
| internals.h | 1 month ago | |
| kvm-consts.h | 2 months ago | |
| kvm-stub.c | 5 months ago | |
| kvm.c | 2 months ago | |
| kvm_arm.h | 4 months ago | |
| machine.c | 1 month ago | |
| meson.build | 2 months ago | |
| mmuidx-internal.h | 2 months ago | |
| mmuidx.c | 2 months ago | |
| mmuidx.h | 2 months ago | |
| multiprocessing.h | 2 years ago | |
| ptw.c | 1 month ago | |
| syndrome.h | 2 months ago | |
| tcg-stubs.c | 2 months ago | |
| trace-events | 1 month ago | |
| trace.h | 5 years ago | |
| vfp_fpscr.c | 9 months ago | |