diff options
Diffstat (limited to 'target')
| -rw-r--r-- | target/loongarch/cpu.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/loongarch/cpu.h b/target/loongarch/cpu.h index 7731f6acdc..c8b96f74dc 100644 --- a/target/loongarch/cpu.h +++ b/target/loongarch/cpu.h @@ -387,11 +387,7 @@ typedef struct CPUArchState { #endif AddressSpace *address_space_iocsr; - bool load_elf; - uint64_t elf_address; uint32_t mp_state; - - struct loongarch_boot_info *boot_info; #endif } CPULoongArchState; |