10.0.0: Difference between revisions

Line 89: Line 89:
* KProcess now has an additional data member storing the kernel virtual address of the process local region.
* KProcess now has an additional data member storing the kernel virtual address of the process local region.
** This is now used instead of the process virtual address for the tls region when writing context during exception handling.
** This is now used instead of the process virtual address for the tls region when writing context during exception handling.
** This probably fixes a bug if an exception is being handled for a non-active process and the relevant codepath is taken(?)
** This probably fixes a bug if an exception is being handled for a non-current process and the relevant codepath is taken(?)
<check back for more diffs later>
<check back for more diffs later>