Message ID | 20230630122551.21766-10-anjo@rev.ng (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Collapse CPUNegativeOffsetState into CPUState | expand |
diff --git a/include/exec/cpu-defs.h b/include/exec/cpu-defs.h index 429d9525f7..e5125abc07 100644 --- a/include/exec/cpu-defs.h +++ b/include/exec/cpu-defs.h @@ -77,11 +77,4 @@ #endif /* CONFIG_SOFTMMU && CONFIG_TCG */ -/* - * This structure must be placed in ArchCPU immediately - * before CPUArchState, as a field named "neg". - */ -typedef struct CPUNegativeOffsetState { -} CPUNegativeOffsetState; - #endif
Signed-off-by: Anton Johansson <anjo@rev.ng> --- include/exec/cpu-defs.h | 7 ------- 1 file changed, 7 deletions(-)