]> granicus.if.org Git - yasm/commit
Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is a
authorPeter Johnson <peter@tortall.net>
Sun, 18 Feb 2007 20:42:55 +0000 (20:42 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 18 Feb 2007 20:42:55 +0000 (20:42 -0000)
commit8aa68a2ee26af6f76551cb5be25bc5c9925abac2
tree061bf3fdafe4b3cab70c18d7d4cbc9eb217acff4
parent7c5901713d041b71ce6cb6e8e6c093518521a71d
Fix build (hopefully) on Win64 by using uintptr_t more widely; Win64 is a
LLP64 platform so it's unsafe to cast pointers to unsigned long.

Reported by: Chris Tophe <cohika@gmail.com>

svn path=/trunk/yasm/; revision=1774
18 files changed:
Makefile.am
Mkfiles/dj/libyasm-stdint.h [moved from Mkfiles/dj/_stdint.h with 100% similarity]
Mkfiles/vc/libyasm-stdint.h [moved from Mkfiles/vc/_stdint.h with 100% similarity]
Mkfiles/vc8/libyasm-stdint.h [moved from Mkfiles/vc8/_stdint.h with 100% similarity]
configure.ac
libyasm.h
libyasm/arch.c
libyasm/arch.h
libyasm/bc-insn.c
libyasm/bytecode.h
libyasm/hamt.c
modules/arch/x86/x86arch.c
modules/arch/x86/x86arch.h
modules/arch/x86/x86bc.c
modules/arch/x86/x86id.c
modules/parsers/gas/gas-parser.h
modules/parsers/nasm/nasm-parser.h
util.h