# HG changeset patch # User John Tsiombikas # Date 1313548779 -10800 # Node ID 38f768da2f310634fd9f884762def4e6b32752f8 # Parent 5b29b15c541246876e587f7b7dee72737a6586a0 added a comment in the tss showing the interesting bits diff -r 5b29b15c5412 -r 38f768da2f31 src/tss.h --- a/src/tss.h Wed Aug 17 05:38:40 2011 +0300 +++ b/src/tss.h Wed Aug 17 05:39:39 2011 +0300 @@ -5,7 +5,7 @@ struct task_state { uint32_t prev_task; - uint32_t esp0, ss0; + uint32_t esp0, ss0; /* we only ever set these two values */ uint32_t esp1, ss1; uint32_t esp2, ss2; uint32_t cr3;