nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN
commit3c744855236c9a8d788b3dc6571701482f00a31f
authorH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 21:44:09 +0000 (10 14:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 10 Jun 2008 21:44:09 +0000 (10 14:44 -0700)
tree8ecc93e62fbd9683a456df46761a2d7ea001ae99
parent11e6c85b093aa8ae0502897d5e628cbb05eeb191
nasmlib.c: fwriteint*() only need WORDS_LITTLEENDIAN

fwriteint*() don't require unaligned references, so they can be
optimized for WORDS_LITTLEENDIAN rather than X86_MEMORY...
nasmlib.c