MIPS/GAS/testsuite: Correct whitespace issues with Loongson tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / xpa-err.s
1 # Verify that switching off either `xpa' causes an assembly error
2 # with an XPA instruction.
3
4 .text
5 foo:
6 mfhc0 $2, $1
7 .set noxpa
8 mthc0 $2, $1
This page took 0.030269 seconds and 4 git commands to generate.