Replace nop in fill-1.s testcase.

gas/ChangeLog:

2017-10-09  Andreas Krebbel  <krebbel@linux.vnet.ibm.com>

	* testsuite/gas/all/fill-1.s: Replace nop with .word 42
This commit is contained in:
Andreas Krebbel 2017-10-09 12:24:11 +02:00
parent 4f2358bca6
commit 5d3b558acd
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
.text
.fill (2f-1f), 1, 0x90
1:
nop
.word 42
2: