diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 52894fc33ef913763dd48d68a5667f8110d50f06..ab57f554a0a81cacf7c347bf0ee96b7504092a8a 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -217,11 +217,6 @@ typedef struct CPUARMState { uint32_t c15_power_control; /* power control */ } cp15; - /* System registers (AArch64) */ - struct { - uint64_t tpidr_el0; - } sr; - struct { uint32_t other_sp; uint32_t vecbase;