[VER-619] Pass verification related to newly added built-in unreachable

This commit is contained in:
Alejandro Gomez-Londono 2016-07-11 14:40:18 +10:00 committed by Hesham Almatary
parent f9ea6383f3
commit cee1268e9b
2 changed files with 2 additions and 0 deletions

View file

@ -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;

View file

@ -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