Fixed nested comments.

This commit is contained in:
Vincent Rivière
2012-10-22 18:02:36 +00:00
parent 5fbb483cbf
commit 1f0838759b

View File

@@ -620,7 +620,7 @@ blinker:.long 0
.text .text
/* /*
* pseudo dma */ * pseudo dma
*/ */
acsi_dma: // atari dma acsi_dma: // atari dma
move.l a1,-(a7) move.l a1,-(a7)
@@ -683,7 +683,7 @@ acsi_dma_end:
move.l (a7)+,a1 move.l (a7)+,a1
rts rts
/* /*
* irq 7 = pseudo bus error */ * irq 7 = pseudo bus error
*/ */
irq7: irq7:
lea -12(sp),sp lea -12(sp),sp
@@ -707,7 +707,7 @@ irq7:
rts // Forward to the Access Error handler rts // Forward to the Access Error handler
/* /*
* psc3 com PIC MCF */ * psc3 com PIC MCF
*/ */
psc3: psc3:
move.w #0x2700,sr // disable interrupt move.w #0x2700,sr // disable interrupt