MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-swap-2.s
CommitLineData
464ab0e5
MR
1 .set micromips
2 .text
3foo:
4 .rept count
5 ori $2, $3, (. - foo) >> 2
6 .endr
7 addu $2, $3, $4
8 j ext
This page took 0.231206 seconds and 4 git commands to generate.