Fix building under OpenWatcom
commit44d7dcf87b5717306318f0b5882157f801e844f4
authorH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 04:43:22 +0000 (8 20:43 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 9 Nov 2007 04:43:22 +0000 (8 20:43 -0800)
tree01be48b1c1813b712cb1edec9aa623d5226feceb
parent88602aa53acc6826b358de2adfb4c554df48aba0
Fix building under OpenWatcom

OpenWatcom doesn't like 64-bit switch arguments; the change to 64-bit
type arguments caused that to happen in outmacho.c.  Hack around it
for now; however, realistically speaking the whole bit stealing thing
is probably a bad idea, especially since virtually all CPUs handle
short immediates better than long ones.
nasm.h
output/outmacho.c