We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 249bf0c + b164e60 commit 0569effCopy full SHA for 0569eff
qemuafl/api.h
@@ -3,7 +3,7 @@
3
4
#include <stdint.h>
5
6
-#if defined(TARGET_MIPS64) || defined(TARGET_AARCH64) || defined(TARGET_X86_64) || defined(TARGET_PPC64)
+#if defined(TARGET_MIPS64) || defined(TARGET_AARCH64) || defined(TARGET_X86_64) || defined(TARGET_PPC64) || defined(TARGET_RISCV64)
7
# define TARGET_LONG_BITS 64
8
#else
9
# define TARGET_LONG_BITS 32
0 commit comments