mirror of
https://github.com/qemu/qemu.git
synced 2025-08-10 03:59:16 +00:00
cpu-defs.h: Drop qemu_work_item prototype
Commit c64ca8140e
(cpu: Move
queued_work_{first,last} to CPUState) moved the qemu_work_item fields
away. Clean up the now unused prototype.
Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
5256a7208a
commit
249fe3f3e9
@ -134,8 +134,6 @@ typedef struct icount_decr_u16 {
|
|||||||
} icount_decr_u16;
|
} icount_decr_u16;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
struct qemu_work_item;
|
|
||||||
|
|
||||||
typedef struct CPUBreakpoint {
|
typedef struct CPUBreakpoint {
|
||||||
target_ulong pc;
|
target_ulong pc;
|
||||||
int flags; /* BP_* */
|
int flags; /* BP_* */
|
||||||
|
Loading…
Reference in New Issue
Block a user