Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jul 1998 02:01:23 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
Subject:   cvs commit: src/sys/i386/i386 math_emu.h math_emulate.c
Message-ID:  <199807150901.CAA02673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/15 02:01:23 PDT

  Modified files:
    sys/i386/i386        math_emu.h math_emulate.c 
  Log:
  Don't cast pointers to longs in asms.  Changed all remaining longs
  to int32_t's and all unsigned longs to u_int32_t's.  Fixed the one
  printf format broken by this.  The old math emulator now compiles
  cleanly on i386's with 64-bit longs.  It may even work, provided
  suword() doesn't actually write a long.
  
  Revision  Changes    Path
  1.6       +14 -14    src/sys/i386/i386/math_emu.h
  1.27      +50 -49    src/sys/i386/i386/math_emulate.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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