cvs commit: src/sys/sparc64/sparc64 rwindow.c

Ken Smith kensmith at FreeBSD.org
Tue Sep 28 09:36:58 PDT 2004


kensmith    2004-09-28 16:36:58 UTC

  FreeBSD src repository

  Modified files:
    sys/sparc64/sparc64  rwindow.c 
  Log:
  Add an assertion that the pcb_nsaved field of the pcb be less than
  MAXWIN to the register window manipulation functions - rwindow_load()
  calls rwindow_save() so this one addition should take care of both.
  This should help find places that pcb_nsaved doesn't get initialized
  properly.
  
  Suggested by:   jake
  
  Revision  Changes    Path
  1.8       +2 -0      src/sys/sparc64/sparc64/rwindow.c


More information about the cvs-src mailing list