diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/src/comp.c b/src/comp.c index f754778468b..9ef1a99b0f5 100644 --- a/src/comp.c +++ b/src/comp.c | |||
| @@ -967,13 +967,14 @@ define_thread_state_struct (void) | |||
| 967 | gcc_jit_context_new_field ( | 967 | gcc_jit_context_new_field ( |
| 968 | comp.ctxt, | 968 | comp.ctxt, |
| 969 | NULL, | 969 | NULL, |
| 970 | gcc_jit_context_new_array_type (comp.ctxt, | 970 | gcc_jit_context_new_array_type ( |
| 971 | NULL, | 971 | comp.ctxt, |
| 972 | comp.char_type, | 972 | NULL, |
| 973 | sizeof (struct thread_state) | 973 | comp.char_type, |
| 974 | - offsetof (struct thread_state, | 974 | sizeof (struct thread_state) |
| 975 | m_handlerlist) | 975 | - offsetof (struct thread_state, |
| 976 | - sizeof (((struct thread_state *) 0)->m_handlerlist)), | 976 | m_handlerlist) |
| 977 | - sizeof (((struct thread_state *) 0)->m_handlerlist)), | ||
| 977 | "pad1") }; | 978 | "pad1") }; |
| 978 | 979 | ||
| 979 | comp.thread_state_s = | 980 | comp.thread_state_s = |