xemu/target-i386
Andreas Färber f0c3c505a8 cpu: Move breakpoints field from CPU_COMMON to CPUState
Most targets were using offsetof(CPUFooState, breakpoints) to determine
how much of CPUFooState to clear on reset. Use the next field after
CPU_COMMON instead, if any, or sizeof(CPUFooState) otherwise.

Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-03-13 19:20:47 +01:00
..
2014-02-28 08:43:15 -08:00
2014-03-13 19:20:07 +01:00
2014-02-03 17:33:55 +01:00
2013-04-13 13:51:57 +02:00
2013-02-16 11:12:29 +00:00