MIPS/GAS/testsuite: Correct whitespace issues with Loongson tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / xpa-virt-err.s
CommitLineData
9785fc2a
MR
1# Verify that switching off either `xpa' or `virt' causes an assembly
2# error with an XPA Virtualization ASE instruction, which requires
3# both at a time.
4
5 .text
6foo:
7 mfhgc0 $2, $1
8 .set noxpa
9 mthgc0 $2, $1
10 .set xpa
11 mfhgc0 $2, $1
12 .set novirt
13 mthgc0 $2, $1
14 .set virt
15 mfhgc0 $2, $1
This page took 0.075031 seconds and 4 git commands to generate.