1
0
Fork 0
forked from suyu/suyu
suyu/src/core/gdbstub
Lioncash 16145e2f21 arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct
Internally within the kernel, it also includes a member variable for the
floating-point status register, and TPIDR, so we should do the same here to match
it.

While we're at it, also fix up the size of the struct and add a static
assertion to ensure it always stays the correct size.
2018-09-30 02:29:57 -04:00
..
gdbstub.cpp arm_interface: Add missing fpsr/tpidr members to the ThreadContext struct 2018-09-30 02:29:57 -04:00
gdbstub.h gdbstub: Replace PAddr alias with VAddr 2018-08-05 15:56:01 -04:00