diff options
Diffstat (limited to 'compiler-rt/lib/msan/msan.h')
| -rw-r--r-- | compiler-rt/lib/msan/msan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler-rt/lib/msan/msan.h b/compiler-rt/lib/msan/msan.h index a50540b077b..755dd748322 100644 --- a/compiler-rt/lib/msan/msan.h +++ b/compiler-rt/lib/msan/msan.h @@ -107,7 +107,8 @@ class ScopedThreadLocalStateBackup { if (&__msan_free_hook) __msan_free_hook(ptr) struct MsanStackBounds { - uptr stack_top, stack_bottom; + uptr stack_addr, stack_size; + uptr tls_addr, tls_size; }; extern THREADLOCAL MsanStackBounds msan_stack_bounds; |

