10.0.0: Difference between revisions
Line 90: | Line 90: | ||
** 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-current 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(?) | ||
* Page table entry handling code was changed. Bit 56 is now used as an is valid/present flag. Previously checks that checked entries with bitmask 0x3 now check 0x100000000000002. | |||
<check back for more diffs later> | <check back for more diffs later> | ||