Skip to content

Commit

Permalink
Always inline syscall code
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyesiqiu committed Jun 26, 2024
1 parent 3ebaa2f commit 7be39be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shell/src/main/cpp/common/dpt_macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#define SECTION(name) __attribute__ ((section(name)))
#define KEEP_SYMBOL __attribute__((visibility("default")))
#define INIT_ARRAY_SECTION __attribute__ ((constructor))
#define ALWAYS_INLINE static inline __attribute__((always_inline))
#define SYS_INLINE ALWAYS_INLINE

#define DEXES_ZIP_NAME "i11111i111.zip"
#define CACHE_DIR "code_cache"
Expand Down

0 comments on commit 7be39be

Please sign in to comment.