fix indents

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

View File

@@ -369,7 +369,7 @@ zd_word:
addq.l #2,a0 addq.l #2,a0
bra zd_end bra zd_end
zd_nal: cmp.w #0x3c,d0 // immediate? zd_nal: cmp.w #0x3c,d0 // immediate?
bne zd_end // no-> bne zd_end // no->
btst #7,d0 // long? btst #7,d0 // long?
beq zd_end // no beq zd_end // no
@@ -530,7 +530,7 @@ irq5_forward:
rts // jump through vector rts // jump through vector
irq6: irq6:
irq 0x74,5,0x20 irq 0x74,5,0x20
irq7: // irq7 is tied to PCI INTA# and PCI INTB# on the M5484LITE irq7: // irq7 is tied to PCI INTA# and PCI INTB# on the M5484LITE
@@ -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 */
@@ -584,10 +585,10 @@ _lowlevel_isr_handler:
lsr.l #2,d0 // move it in place lsr.l #2,d0 // move it in place
andi.l #0xff,d0 // mask it out andi.l #0xff,d0 // mask it out
move.l d0,-(sp) // push it move.l d0,-(sp) // push it
jsr _isr_execute_handler // call the C handler jsr _isr_execute_handler // call the C handler
addq.l #4,sp // adjust stack addq.l #4,sp // adjust stack
tst.b d0 // handled? tst.b d0 // handled?
beq lowlevel_forward // no, forward it to TOS beq lowlevel_forward // no, forward it to TOS
movem.l (sp),d0-d1/a0-a1 // restore registers movem.l (sp),d0-d1/a0-a1 // restore registers
unlk a6 unlk a6