Skip to content

Commit

Permalink
Matched syscall address enum to VM.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Feb 26, 2024
1 parent ca271be commit bb5cc26
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/librishka_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum rishka_syscall {

RISHKA_SC_FS_MKDIR,
RISHKA_SC_FS_RMDIR,
RISHKA_SC_FS_LSDIR,
RISHKA_SC_FS_DELETE,
RISHKA_SC_FS_EXISTS,
RISHKA_SC_FS_ISFILE,
RISHKA_SC_FS_ISDIR,
Expand Down Expand Up @@ -106,7 +106,8 @@ enum rishka_syscall {
RISHKA_SC_SPI_USE_INT,
RISHKA_SC_SPI_TRANSFER,

RISHKA_SC_RT_STRPASS
RISHKA_SC_RT_STRPASS,
RISHKA_SC_RT_YIELD
};

static inline long long int double_to_long(double d) {
Expand Down

0 comments on commit bb5cc26

Please sign in to comment.