1
0
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:
James Snyder 2010-03-28 04:14:57 +00:00
parent 1b50d07010
commit c8d7dab883

View File

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