Clear up WRITE macros causing compile failures with Watcom
commit338a3b6882e79aa7f4dc7dd1d508898a7c631ecb
authorH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 23:25:02 +0000 (16 15:25 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 16 Feb 2008 23:25:02 +0000 (16 15:25 -0800)
treeac0997e2075f5de2fc0ad1b9e81e7a18c0523d30
parent848dbc8ff8e7d0854ff47d7524a3d4847834319d
Clear up WRITE macros causing compile failures with Watcom

The OpenWatcom compiler warns about invalid shifts (correctly, it
appears) due to the non-X86_MEMORY versions of the various WRITE
macros.  Fix.
nasmlib.h
output/outelf64.c