Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Aug 1998 17:05:06 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/i386 vm86.c
Message-ID:  <199808160005.RAA23341@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/08/15 17:05:06 PDT

  Modified files:
    sys/i386/i386        vm86.c 
  Log:
  Use an array of uintptr_t's instead of an array of u_longs to hold
  address constants.  This fixes some warnings for conversions from
  64-bit integers to 32-bit pointers on i386's with 64-bit longs.
  vm86 still uses too many u_longs.
  
  Revision  Changes    Path
  1.15      +2 -2      src/sys/i386/i386/vm86.c



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