Skip to content

Commit

Permalink
Fix SharedLibrary smoke test build on osx-arm64 (#74989)
Browse files Browse the repository at this point in the history
  • Loading branch information
am11 committed Sep 5, 2022
1 parent 75e65e9 commit b8131c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/coreclr/nativeaot/Runtime/arm64/InteropThunksHelpers.S
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ POINTER_SIZE = 0x08
// need to save and restore them, too
GETTHUNKDATA_ETLS_9
#else
INLINE_GET_TLS_VAR x9, tls_thunkData
INLINE_GET_TLS_VAR x9, C_FUNC(tls_thunkData)
#endif

// x9 = base address of TLS data
Expand Down Expand Up @@ -58,7 +58,7 @@ POINTER_SIZE = 0x08
//
LEAF_ENTRY RhGetCurrentThunkContext, _TEXT

INLINE_GET_TLS_VAR x1, tls_thunkData
INLINE_GET_TLS_VAR x1, C_FUNC(tls_thunkData)

ldr x0, [x1]

Expand Down

0 comments on commit b8131c7

Please sign in to comment.