You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Be slightly more efficient about saving segmentation
registers in traps. Instead of writing to memory
twice (which probably doesn't _actually_ happen, but
who knows?) instead copy to an intermediate register
and then write to memory once.
Signed-off-by: Dan Cross <[email protected]>
0 commit comments