Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 May 2003 17:30:51 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/libi386 amd64_tramp.S
Message-ID:  <200305170030.h4H0UpPF000555@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/05/16 17:30:51 PDT

  FreeBSD src repository

  Modified files:
    sys/boot/i386/libi386 amd64_tramp.S 
  Log:
  Fix a bug in the AMD64 trampoline.  I misunderstood the implicit
  32->64 bit zero extend.  This changes a movl to an orq.
  
  Approved by:    re (amd64 bits)
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/boot/i386/libi386/amd64_tramp.S



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