]> granicus.if.org Git - yasm/commit
Fix handling of >32 bit NASM character constants; they were being shifted
authorPeter Johnson <peter@tortall.net>
Tue, 2 Mar 2004 05:53:30 +0000 (05:53 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 2 Mar 2004 05:53:30 +0000 (05:53 -0000)
commit203a2474ac9a301c741f87a891e4c092c5ba6cfa
treef41d4160ec20eb6a7ca47878920f24d60ade5609
parenta90b9d89063b4c07b44e50a0f1ad234c748ddd49
Fix handling of >32 bit NASM character constants; they were being shifted
an extra time.

Bugzilla bug: 25
Reported by: vclaudepierre@tiscali.fr

svn path=/trunk/yasm/; revision=1100
libyasm/intnum.c
libyasm/tests/Makefile.inc
libyasm/tests/charconst64.asm [new file with mode: 0644]
libyasm/tests/charconst64.errwarn [new file with mode: 0644]
libyasm/tests/charconst64.hex [new file with mode: 0644]