fix indents

This commit is contained in:
Markus Fröschle
2017-04-08 15:44:52 +00:00
parent df6f61d07d
commit 49df1f6ee2

View File

@@ -549,7 +549,8 @@ irq7: // irq7 is tied to PCI INTA# and PCI INTB# on the M5484LITE
irq7text: irq7text:
.data .data
.ascii "IRQ7!" .ascii "IRQ7!"
.dc.b 13,10,0 .byte 13,10,0
.align 4
.text .text
#endif /* MACHINE_FIREBEE */ #endif /* MACHINE_FIREBEE */