Skip to content

Commit 11fedbe

Browse files
cataphractyannham
andcommitted
ensure otel_thread_ctx_v1 is aligned
Co-authored-by: Yann Hamdaoui <yann.hamdaoui@gmail.com>
1 parent 4a1e543 commit 11fedbe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • libdd-otel-thread-ctx/src

libdd-otel-thread-ctx/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ pub mod linux {
9191
".globl otel_thread_ctx_v1",
9292
".type otel_thread_ctx_v1, @tls_object",
9393
".size otel_thread_ctx_v1, 8",
94+
".balign 8",
9495
"otel_thread_ctx_v1:",
9596
".zero 8",
9697
".previous",

0 commit comments

Comments
 (0)