Add missing return type to stub_exit.
This commit is contained in:
parent
acfd258aa7
commit
41256e3c2a
|
@ -20,7 +20,7 @@
|
||||||
#ifndef __STUB_H
|
#ifndef __STUB_H
|
||||||
#define __STUB_H
|
#define __STUB_H
|
||||||
|
|
||||||
static inline __attribute__((always_inline))
|
static inline void __attribute__((always_inline))
|
||||||
stub_exit(const int code)
|
stub_exit(const int code)
|
||||||
{
|
{
|
||||||
asm("bkpt %0"::"i"(code));
|
asm("bkpt %0"::"i"(code));
|
||||||
|
|
Loading…
Reference in New Issue