Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()
Local variable CPUClass *cc needs to be reloaded after return from longjmp, too. (This fixes a mips-softmmu crash observed on FreeBSD when QEMU is built with clang.) Reported-by: Dimitry Andric <[email protected]> Signed-off-by: Juergen Lock <[email protected]> Signed-off-by: Andreas Färber <[email protected]>
- Loading branch information