mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
accel/tcg: Move {set,clear}_helper_retaddr to cpu_ldst.h
Use of these in helpers goes hand-in-hand with tlb_vaddr_to_host and other probing functions. Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
a7ddb48bd1
commit
3d75856d1a
4 changed files with 34 additions and 32 deletions
|
@ -33,7 +33,6 @@
|
|||
#include "tcg/tcg-ldst.h"
|
||||
#include "internal-common.h"
|
||||
#include "internal-target.h"
|
||||
#include "user-retaddr.h"
|
||||
|
||||
__thread uintptr_t helper_retaddr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue