Skip to content

Commit 2e5aea6

Browse files
committed
auto merge of #16667 : retep998/rust/master, r=pcwalton
2 parents 75396b2 + be8bd24 commit 2e5aea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/librustrt/unwind.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,11 @@ pub mod eabi {
402402
use libunwind as uw;
403403
use libc::{c_void, c_int};
404404

405+
#[repr(C)]
405406
struct EXCEPTION_RECORD;
407+
#[repr(C)]
406408
struct CONTEXT;
409+
#[repr(C)]
407410
struct DISPATCHER_CONTEXT;
408411

409412
#[repr(C)]

0 commit comments

Comments
 (0)