]> granicus.if.org Git - yasm/commit
GAS preproc: Fix line number for .rept without matching .endr error.
authorPeter Johnson <peter@tortall.net>
Sun, 3 Jan 2010 21:59:28 +0000 (21:59 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 3 Jan 2010 21:59:28 +0000 (21:59 -0000)
commit6ede18e881c81f0f5779c9daf67b0b1db4411905
tree44bc30ebd9e51c729a582e45d0c482996b832f04
parent737c225a5081207542398a89950c17b326bd5d30
GAS preproc: Fix line number for .rept without matching .endr error.

The line number reported for the error is that of the .rept directive.

Contributed by: Alexei Svitkine <alexei.svitkine@gmail.com>

svn path=/trunk/yasm/; revision=2265
modules/parsers/gas/tests/bin/rept-err.asm
modules/parsers/gas/tests/bin/rept-err.errwarn
modules/preprocs/gas/gas-preproc.c