mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
exec: move functions to translate-all.h
Remove them from the sundry exec-all.h header, since they are only used by the TCG runtime in exec.c and user-exec.c. Reviewed-by: Fam Zheng <famz@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
845b6214a3
commit
1652b97476
4 changed files with 11 additions and 5 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "tcg.h"
|
||||
#include "qemu/bitops.h"
|
||||
#include "exec/cpu_ldst.h"
|
||||
#include "translate-all.h"
|
||||
|
||||
#undef EAX
|
||||
#undef ECX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue