diff options
| author | Alistair Francis | 2018-12-19 20:16:52 +0100 |
|---|---|---|
| committer | Richard Henderson | 2018-12-25 20:40:02 +0100 |
| commit | e4041f669fc7abb966247d194743e2d91fdc7d5b (patch) | |
| tree | 60a76d5777e763177ee3f2fd42073a9812a0fb07 /include/exec | |
| parent | linux-user: Add host dependency for RISC-V 64-bit (diff) | |
| download | qemu-e4041f669fc7abb966247d194743e2d91fdc7d5b.tar.gz qemu-e4041f669fc7abb966247d194743e2d91fdc7d5b.tar.xz qemu-e4041f669fc7abb966247d194743e2d91fdc7d5b.zip | |
exec: Add RISC-V GCC poison macro
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Michael Clark <mjc@sifive.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <00d02e34f10b87fd61f8dc69ac93d1eb63df949c.1545246859.git.alistair.francis@wdc.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'include/exec')
| -rw-r--r-- | include/exec/poison.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/exec/poison.h b/include/exec/poison.h index 32d53789f8..ecdc83c147 100644 --- a/include/exec/poison.h +++ b/include/exec/poison.h @@ -79,6 +79,7 @@ #pragma GCC poison CONFIG_MOXIE_DIS #pragma GCC poison CONFIG_NIOS2_DIS #pragma GCC poison CONFIG_PPC_DIS +#pragma GCC poison CONFIG_RISCV_DIS #pragma GCC poison CONFIG_S390_DIS #pragma GCC poison CONFIG_SH4_DIS #pragma GCC poison CONFIG_SPARC_DIS |
