Changeset f048c15 in rtems-central
- Timestamp:
- 07/04/22 06:34:33 (15 months ago)
- Branches:
- master
- Children:
- 4bae3f0
- Parents:
- 8c8ee47
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/04/22 06:34:33)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/04/22 14:11:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/score/interr/val/terminate.yml
r8c8ee47 rf048c15 223 223 - bsp.h 224 224 - rtems/bspIo.h 225 - rtems/test-info.h 225 226 - rtems/score/atomic.h 226 227 - rtems/score/io.h … … 276 277 longjmp( before_terminate, 1 ); 277 278 } else { 278 #if defined(RTEMS_ COVERAGE)279 _IO_Dump_gcov_info( rtems_put_char, NULL);279 #if defined(RTEMS_GCOV_COVERAGE) 280 rtems_test_gcov_dump_info(); 280 281 #endif 281 282 __real__CPU_Fatal_halt( source, code );
Note: See TracChangeset
for help on using the changeset viewer.