[VER-619] Pass verification related to newly added built-in unreachable
This commit is contained in:
parent
f9ea6383f3
commit
cee1268e9b
2 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
void slowpath(syscall_t syscall)
|
||||
VISIBLE NORETURN;
|
||||
|
||||
/** DONT_TRANSLATE */
|
||||
static inline void NORETURN fastpath_restore(word_t badge, word_t msgInfo, tcb_t *cur_thread)
|
||||
{
|
||||
register word_t badge_reg asm("r0") = badge;
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
#include <api/syscall.h>
|
||||
|
||||
/** DONT_TRANSLATE */
|
||||
void VISIBLE c_handle_syscall(word_t cptr, word_t msgInfo, syscall_t syscall)
|
||||
{
|
||||
#ifdef CONFIG_FASTPATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue