mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
xray: fix compiler warning
This commit is contained in:
parent
30021d5291
commit
8380e21463
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
#define XRAY_NO_INSTRUMENT __attribute__((no_instrument_function))
|
||||
#define XRAY_INLINE __attribute__((always_inline, no_instrument_function))
|
||||
#define XRAY_INLINE __attribute__((always_inline, no_instrument_function)) inline
|
||||
|
||||
#if defined(XRAY)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue