diff options
| author | Song Gao <gaosong@loongson.cn> | 2023-09-14 10:25:59 +0800 |
|---|---|---|
| committer | Song Gao <gaosong@loongson.cn> | 2023-09-20 11:43:11 +0800 |
| commit | 008a3b1662b60fd9e348b8ffb14f05e03c79a2b3 (patch) | |
| tree | 1c2b48e22dbcf14fb22be9563911fd59f9698fdd /target/loongarch/gdbstub.c | |
| parent | cd1006176bb7e22352c2f5d267242ca0ab2a9a7e (diff) | |
| download | focaccia-qemu-008a3b1662b60fd9e348b8ffb14f05e03c79a2b3.tar.gz focaccia-qemu-008a3b1662b60fd9e348b8ffb14f05e03c79a2b3.zip | |
target/loongarch: Add LASX data support
Signed-off-by: Song Gao <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-12-gaosong@loongson.cn>
Diffstat (limited to 'target/loongarch/gdbstub.c')
| -rw-r--r-- | target/loongarch/gdbstub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/loongarch/gdbstub.c b/target/loongarch/gdbstub.c index b09804b62f..5fc2f19e96 100644 --- a/target/loongarch/gdbstub.c +++ b/target/loongarch/gdbstub.c @@ -11,6 +11,7 @@ #include "internals.h" #include "exec/gdbstub.h" #include "gdbstub/helpers.h" +#include "vec.h" uint64_t read_fcc(CPULoongArchState *env) { |