comparison src/ecrt0.c @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children 8626e4521993
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
519 asm(" mov.w &1,%d0"); 519 asm(" mov.w &1,%d0");
520 asm(" trap &0"); 520 asm(" trap &0");
521 asm(" comm float_soft, 4"); 521 asm(" comm float_soft, 4");
522 asm(" comm flag_68881, 4"); 522 asm(" comm flag_68881, 4");
523 asm(" comm flag_68010, 4"); 523 asm(" comm flag_68010, 4");
524 asm(" comm flag_68040, 4");
524 asm(" comm flag_fpa, 4"); 525 asm(" comm flag_fpa, 4");
525 526
526 #endif /* new hp assembler */ 527 #endif /* new hp assembler */
527 #endif /* hp9000s300 */ 528 #endif /* hp9000s300 */
528 529