Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 1996 04:54:31 -0800 (PST)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-sys
Subject:   cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c
Message-ID:  <199601301254.EAA16579@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
davidg      96/01/30 04:54:29

  Modified:    sys/i386/i386  swtch.s vm_machdep.c
  Log:
  savectx() strikes again: the saved stack pointer wasn't properly adjusted
  to remove the return address. It's only the frame pointer and luck that
  allowed the code to work at all.
  
  Revision  Changes    Path
  1.27      +4 -3      src/sys/i386/i386/swtch.s
  1.53      +3 -11     src/sys/i386/i386/vm_machdep.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601301254.EAA16579>