0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-07-24 10:25:42 -04:00

test: Add BR3392660

Suggested-by: C. Masloch <pushbx@ulukai.org>
Link: https://bugzilla.nasm.us/show_bug.cgi?id=3392660
Signed-off-by: Chang S. Bae <chang.seok.bae@intel.com>
This commit is contained in:
Chang S. Bae 2020-04-21 21:35:54 +00:00
parent 057b832f45
commit 5f8d0ec1f6

9
test/br3392660.asm Normal file
View File

@ -0,0 +1,9 @@
%macro coreloop 1
.count_%+1:
.no_run_before_%+1:
.broken_run_before_%-1:
%endmacro
label:
coreloop z
coreloop nz