comparison packages/infra/current/src/simple.cxx @ 74:9c122302a886 last-notcdl-snapshot

Merge from eCos master repository on 2000-02-18-15:21:53-GMT
author jlarmour
date Fri, 18 Feb 2000 15:57:12 +0000
parents c5536bad4c24
children 59d97b6ba612
comparison
equal deleted inserted replaced
73:a344e2b749e2 74:9c122302a886
504 diag_write_string(trim_func(psz_func)); 504 diag_write_string(trim_func(psz_func));
505 diag_write_char(' '); 505 diag_write_char(' ');
506 diag_write_string(psz_msg); 506 diag_write_string(psz_msg);
507 diag_write_char('\n'); 507 diag_write_char('\n');
508 508
509 #ifdef CYGHWR_TEST_PROGRAM_EXIT
510 CYGHWR_TEST_PROGRAM_EXIT();
511 #endif
509 for(;;); 512 for(;;);
510 513
511 // DIAG_DEVICE_END_SYNC(); 514 // DIAG_DEVICE_END_SYNC();
512 // HAL_RESTORE_INTERRUPTS(old_ints); 515 // HAL_RESTORE_INTERRUPTS(old_ints);
513 }; 516 };