From: nasm-bot f. C. S. B. <cha...@in...> - 2020-05-05 06:57:32
|
Commit-ID: 9e019f249c6c10e86e4fd47ed82533dc8d70e789 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=9e019f249c6c10e86e4fd47ed82533dc8d70e789 Author: Chang S. Bae <cha...@in...> AuthorDate: Wed, 1 Apr 2020 15:07:49 -0700 Committer: Chang S. Bae <cha...@in...> CommitDate: Tue, 21 Apr 2020 21:12:39 +0000 test: Add BR3392640 Suggested-by: C. Masloch <pu...@ul...> Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392640 Signed-off-by: Chang S. Bae <cha...@in...> --- test/br3392640.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/br3392640.asm b/test/br3392640.asm new file mode 100644 index 00000000..e593be9e --- /dev/null +++ b/test/br3392640.asm @@ -0,0 +1,4 @@ + %imacro mac 1-2 + j%+1 + %endmacro + mac c, label |