<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p><span style="color: rgb(33, 33, 33); font-size: 12pt;">></span><span style="color: rgb(33, 33, 33); font-size: 12pt;">This should probably be written with an assert instead:</span><br>
</p>
<div style="color: rgb(33, 33, 33);">
<div>
<div dir="ltr">
<div class="gmail_extra">
<div class="gmail_quote">
<div>></div>
<div>> assert((!this->Sec || this->Sec == Sec) && "multiple .eh_frame sections ....");</div>
<div> <br>
</div>
This should never happen, and if will due to a bug or something then result is completely unknown, because<br>
</div>
<div class="gmail_quote">code does not suppose that. So it is fatal error actually.</div>
<div class="gmail_quote">That why I think unreachable fits better than assert and also t<span style="font-size: 12pt;">here is no asserts in release usually.</span></div>
</div>
</div>
</div>
</div>
</body>
</html>