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