blob: 0bc483847547f337805fc3d75b724ac589e29142 [file] [log] [blame]
Cyrill Gorcunov8ab945a2010-07-09 15:05:32 -07001%macro bug 1-*
2 %push foo
3 %define %$v %1
4 %define vv %$v_ %+ %1
5 %%top_{%$v}%1:
6 mov eax, eax
7 mov eax, %%top_{%$v}%1
8 mov eax, vv
9 %pop
10%endmacro
11
12bug a