mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
Comment for semihosting.
This commit is contained in:
parent
1b50d07010
commit
c8d7dab883
@ -25,6 +25,8 @@ typedef struct
|
||||
static poslog semifs_fd_table[ SEMIFS_MAX_FDS ];
|
||||
static int semifs_num_fd;
|
||||
|
||||
|
||||
// Semihosting calls, some portions based on arm/syscalls.c from Newlib
|
||||
static inline int
|
||||
__semihost(int reason, void * arg)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user