Revert "Make sure TLS modules are aligned to 16 bytes for SSE"
This reverts commit d39fe6c9fb.
This commit is contained in:
+1
-2
@@ -603,8 +603,7 @@ impl DSO {
|
||||
tcb_master = Some(Master {
|
||||
ptr,
|
||||
len: ph.p_filesz(endian) as usize,
|
||||
//TODO: TLS is aligned manually to 16 bytes for SSE instruction safety
|
||||
offset: tls_offset + vsize.next_multiple_of(16),
|
||||
offset: tls_offset + vsize,
|
||||
});
|
||||
trace!(" tcb master {:x?}", tcb_master);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user