diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-02-07 13:30:06 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-03-06 13:15:42 +0100 |
commit | f1d4d9fc91ad0a50f50da26717ae783cab071728 (patch) | |
tree | dfee6659aae6332b3a573f2381dbd47d3bec55ff | |
parent | c593d841f879d02c589f99c79f1f21c44b789042 (diff) |
exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220214183144.27402-5-f4bug@amsat.org>
-rw-r--r-- | include/exec/cpu_ldst.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h index da987fe8ad..6adacf8928 100644 --- a/include/exec/cpu_ldst.h +++ b/include/exec/cpu_ldst.h @@ -64,6 +64,7 @@ #include "exec/memopidx.h" #include "qemu/int128.h" +#include "cpu.h" #if defined(CONFIG_USER_ONLY) /* sparc32plus has 64bit long but 32bit space address |