oops - omitted from previous delta
[binutils.git] / gas / testsuite / gasp / mri / exists.asm
blob87220c624e9ce509a87560a72f7939fdfb21ba5f
1 exists macro arg1,arg2
2 ifne ==arg2
3 move arg1,arg2
4 elsec
5 push arg1
6 endc
7 endm
9 exists foo,bar
10 exists foo