Removed comments from within asm block.

New gas fails to parse comments within asm blocks properly. Simply
remove them until gas gets fixed.
This commit is contained in:
Paul Richards 1993-11-03 00:29:19 +00:00
parent d73546248a
commit 81fc6236e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=690
3 changed files with 15 additions and 15 deletions

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id$
* $Id: npx.c,v 1.3 1993/10/13 15:59:30 rgrimes Exp $
*/
#include "npx.h"
@ -138,11 +138,11 @@ asm
ss
incl _npx_intrs_while_probing
pushl %eax
movb $0x20,%al /* EOI (asm in strings loses cpp features) */
outb %al,$0xa0 /* IO_ICU2 */
outb %al,$0x20 /* IO_ICU1 */
movb $0x20,%al
outb %al,$0xa0
outb %al,$0x20
movb $0,%al
outb %al,$0xf0 /* clear BUSY# latch */
outb %al,$0xf0
popl %eax
iret
");

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id$
* $Id: npx.c,v 1.3 1993/10/13 15:59:30 rgrimes Exp $
*/
#include "npx.h"
@ -138,11 +138,11 @@ asm
ss
incl _npx_intrs_while_probing
pushl %eax
movb $0x20,%al /* EOI (asm in strings loses cpp features) */
outb %al,$0xa0 /* IO_ICU2 */
outb %al,$0x20 /* IO_ICU1 */
movb $0x20,%al
outb %al,$0xa0
outb %al,$0x20
movb $0,%al
outb %al,$0xf0 /* clear BUSY# latch */
outb %al,$0xf0
popl %eax
iret
");

View file

@ -32,7 +32,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id$
* $Id: npx.c,v 1.3 1993/10/13 15:59:30 rgrimes Exp $
*/
#include "npx.h"
@ -138,11 +138,11 @@ asm
ss
incl _npx_intrs_while_probing
pushl %eax
movb $0x20,%al /* EOI (asm in strings loses cpp features) */
outb %al,$0xa0 /* IO_ICU2 */
outb %al,$0x20 /* IO_ICU1 */
movb $0x20,%al
outb %al,$0xa0
outb %al,$0x20
movb $0,%al
outb %al,$0xf0 /* clear BUSY# latch */
outb %al,$0xf0
popl %eax
iret
");