forked from Imagelibrary/rtems
INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT
Add new fatal error INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT. Update #3077.
This commit is contained in:
@@ -133,6 +133,10 @@ static rtems_isr bsp_spurious_handler(
|
||||
.isf = isf
|
||||
};
|
||||
|
||||
if ( SPARC_REAL_TRAP_NUMBER( trap ) == 4 ) {
|
||||
_Internal_error( INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT );
|
||||
}
|
||||
|
||||
rtems_fatal(
|
||||
RTEMS_FATAL_SOURCE_EXCEPTION,
|
||||
(rtems_fatal_code) &frame
|
||||
|
||||
@@ -120,6 +120,10 @@ static rtems_isr bsp_spurious_handler(
|
||||
.isf = isf
|
||||
};
|
||||
|
||||
if ( SPARC_REAL_TRAP_NUMBER( trap ) == 4 ) {
|
||||
_Internal_error( INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT );
|
||||
}
|
||||
|
||||
rtems_fatal(
|
||||
RTEMS_FATAL_SOURCE_EXCEPTION,
|
||||
(rtems_fatal_code) &frame
|
||||
|
||||
@@ -119,6 +119,10 @@ static rtems_isr bsp_spurious_handler(
|
||||
.isf = isf
|
||||
};
|
||||
|
||||
if ( SPARC_REAL_TRAP_NUMBER( trap ) == 4 ) {
|
||||
_Internal_error( INTERNAL_ERROR_ILLEGAL_USE_OF_FLOATING_POINT_UNIT );
|
||||
}
|
||||
|
||||
rtems_fatal(
|
||||
RTEMS_FATAL_SOURCE_EXCEPTION,
|
||||
(rtems_fatal_code) &frame
|
||||
|
||||
Reference in New Issue
Block a user