forked from Imagelibrary/rtems
or1k/rtems/score/cpu.h: Add no_return attribute to _CPU_Context_restore
This commit is contained in:
@@ -949,7 +949,7 @@ void _CPU_Context_switch(
|
||||
|
||||
void _CPU_Context_restore(
|
||||
Context_Control *new_context
|
||||
);
|
||||
) RTEMS_COMPILER_NO_RETURN_ATTRIBUTE;
|
||||
|
||||
/*
|
||||
* _CPU_Context_save_fp
|
||||
|
||||
Reference in New Issue
Block a user