Fix order of edi, esi, ebp, ebx in switch_threads_frame. Doesn't
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Jan 2005 07:18:03 +0000 (07:18 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 10 Jan 2005 07:18:03 +0000 (07:18 +0000)
commit6ebebc408e12133c4130923081c40bbfbdd281d4
treeea260ebb08f1543902e58a8f2b0b27378dfbf398
parente5c7df720147528ab310fe5ac983cc5115b998da
Fix order of edi, esi, ebp, ebx in switch_threads_frame.  Doesn't
matter because they're never used in the C code, but it's good to have
them correct.  Thanks to Howie Xu <xuhao@stanford.edu> for reporting
this bug.
src/threads/switch.h