diff options
author | Emilio G. Cota <cota@braap.org> | 2018-10-20 19:48:36 -0400 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-10-28 15:12:38 +0000 |
commit | cfec388518d299e77d26b93d92c33442f4daa62b (patch) | |
tree | 8f388d9fa4fa9db4ae71e56912658faec8b696b5 /accel/tcg/user-exec.c | |
parent | 38b47b19ec3adf6a96d68726dc29096b3aad780a (diff) | |
download | qemu-cfec388518d299e77d26b93d92c33442f4daa62b.zip qemu-cfec388518d299e77d26b93d92c33442f4daa62b.tar.gz qemu-cfec388518d299e77d26b93d92c33442f4daa62b.tar.bz2 |
atomic_template: add inline trace/plugin helpers
In preparation for plugin support.
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/user-exec.c')
-rw-r--r-- | accel/tcg/user-exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/accel/tcg/user-exec.c b/accel/tcg/user-exec.c index 8d315a6..b09f7a1 100644 --- a/accel/tcg/user-exec.c +++ b/accel/tcg/user-exec.c @@ -756,6 +756,8 @@ static void *atomic_mmu_lookup(CPUArchState *env, target_ulong addr, #define ATOMIC_NAME(X) HELPER(glue(glue(atomic_ ## X, SUFFIX), END)) #define EXTRA_ARGS +#include "atomic_common.inc.c" + #define DATA_SIZE 1 #include "atomic_template.h" |