Made the tmpstk start at tmpstk. Not doing so causes problems for the

debugger.

Submitted by:	John Dyson
This commit is contained in:
David Greenman 1994-08-06 09:17:44 +00:00
parent 16f62314cd
commit ed3f895438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1888
3 changed files with 6 additions and 6 deletions

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.7 1994/05/25 08:55:08 rgrimes Exp $
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -142,7 +142,7 @@ _idle:
MCOUNT
movl _IdlePTD,%ecx
movl %ecx,%cr3
movl $tmpstk-4,%esp
movl $tmpstk,%esp
sti
/*

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.7 1994/05/25 08:55:08 rgrimes Exp $
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -142,7 +142,7 @@ _idle:
MCOUNT
movl _IdlePTD,%ecx
movl %ecx,%cr3
movl $tmpstk-4,%esp
movl $tmpstk,%esp
sti
/*

View File

@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: swtch.s,v 1.7 1994/05/25 08:55:08 rgrimes Exp $
* $Id: swtch.s,v 1.8 1994/08/03 02:45:30 davidg Exp $
*/
#include "npx.h" /* for NNPX */
@ -142,7 +142,7 @@ _idle:
MCOUNT
movl _IdlePTD,%ecx
movl %ecx,%cr3
movl $tmpstk-4,%esp
movl $tmpstk,%esp
sti
/*