Advertisement
Guest User

Untitled

a guest
Jun 20th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ada 0.30 KB | None | 0 0
  1.    for Unwind_Exception'Alignment use Standard'Maximum_Alignment;
  2.    --  The C++ ABI mandates the common exception header to be at least
  3.    --  doubleword aligned, and the libGCC implementation actually makes it
  4.    --  maximally aligned (see unwind.h). See additional comments on the
  5.    --  alignment below.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement