forked from Imagelibrary/rtems
smptest/smpfatal03: Update due to API changes
This commit is contained in:
@@ -115,7 +115,7 @@ static void fatal_extension(
|
|||||||
|
|
||||||
if (self == main_cpu) {
|
if (self == main_cpu) {
|
||||||
assert(source == RTEMS_FATAL_SOURCE_SMP);
|
assert(source == RTEMS_FATAL_SOURCE_SMP);
|
||||||
assert(code == SMP_FATAL_SHUTDOWN);
|
assert(code == SMP_FATAL_SHUTDOWN_RESPONSE);
|
||||||
} else {
|
} else {
|
||||||
assert(source == RTEMS_FATAL_SOURCE_APPLICATION);
|
assert(source == RTEMS_FATAL_SOURCE_APPLICATION);
|
||||||
assert(code == 0xdeadbeef);
|
assert(code == 0xdeadbeef);
|
||||||
|
|||||||
Reference in New Issue
Block a user