aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/sys
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-06-21 17:52:43 +0200
committerLukas Larsson <[email protected]>2016-07-14 16:00:40 +0200
commit336f9be03b7d38223db3866ecbde948fbf393a41 (patch)
treef3ebaa6b44c89633b16b50e0878c00ccc38d0868 /erts/emulator/sys
parentf5d6f414691313a60468c9aa2f6fd862f94e69c2 (diff)
downloadotp-336f9be03b7d38223db3866ecbde948fbf393a41.tar.gz
otp-336f9be03b7d38223db3866ecbde948fbf393a41.tar.bz2
otp-336f9be03b7d38223db3866ecbde948fbf393a41.zip
erts: Fix some msacc inline directives
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r--erts/emulator/sys/unix/erl_unix_sys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/sys/unix/erl_unix_sys.h b/erts/emulator/sys/unix/erl_unix_sys.h
index 3a0d23cd36..b64b0d87f6 100644
--- a/erts/emulator/sys/unix/erl_unix_sys.h
+++ b/erts/emulator/sys/unix/erl_unix_sys.h
@@ -282,7 +282,7 @@ ERTS_GLB_INLINE ErtsSysPerfCounter erts_sys_perf_counter(void);
#if ERTS_GLB_INLINE_INCL_FUNC_DEF
-ERTS_GLB_INLINE ErtsSysPerfCounter
+ERTS_GLB_FORCE_INLINE ErtsSysPerfCounter
erts_sys_perf_counter()
{
return (*erts_sys_time_data__.r.o.perf_counter)();