xemu/linux-user
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-19 12:29:23 +02:00
2010-10-05 13:53:56 -05:00
2013-07-22 21:54:52 +03:00
2009-07-01 18:24:44 +00:00