]> granicus.if.org Git - yasm/commit
Fix invalid memory access on macro with multiple of 16 arguments.
authorPeter Johnson <peter@tortall.net>
Sun, 10 Sep 2006 19:44:18 +0000 (19:44 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 10 Sep 2006 19:44:18 +0000 (19:44 -0000)
commit2931ecb08afcb99d8e6ab032f9406891b0a6fb7c
treeb283be7d7e6b0769ae5045cd2229083251b7ac39
parent6d49c89ccaa775681bc562b9684eeb2938b7126f
Fix invalid memory access on macro with multiple of 16 arguments.

Patch by: Mathieu Monnier <mathieu.monnier@polytechnique.org>

svn path=/trunk/yasm/; revision=1611
modules/preprocs/nasm/nasm-pp.c
modules/preprocs/nasm/tests/16args.asm [new file with mode: 0644]
modules/preprocs/nasm/tests/16args.errwarn [new file with mode: 0644]
modules/preprocs/nasm/tests/16args.hex [new file with mode: 0644]
modules/preprocs/nasm/tests/Makefile.inc