cvs commit: src/sys/amd64/amd64 support.S

Peter Wemm peter at FreeBSD.org
Tue May 13 20:38:15 PDT 2003


peter       2003/05/13 20:38:13 PDT

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      support.S 
  Log:
  Fix some misunderstandings about 64 bit extension.
  Fix fuword/suword - they're supposed to be 'long' - ie: point them
  at fuword64/suword64 instead of the incorrect 32 bit versions.
  
  Revision  Changes    Path
  1.100     +6 -12     src/sys/amd64/amd64/support.S


More information about the cvs-src mailing list