mirror of
https://github.com/seL4/seL4.git
synced 2026-05-15 10:35:45 +00:00
Previously TCB_WriteRegisters/ReadRegisters ignored the count parameter and unconditionally copied the entire seL4_UserContext, this leads to unnecessary overhead for VMM operations. This addresses issue #1085 Signed-off-by: Yifei Zhan <yifei@zhan.science>