mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Fix validation errors.
llvm-svn: 81466
This commit is contained in:
parent
7473700cd5
commit
2d374c78f6
@ -295,15 +295,15 @@
|
||||
<li><tt>__cxa_begin_catch</tt> takes a exception structure reference as an
|
||||
argument and returns the value of the exception object.</li>
|
||||
|
||||
<li><tt>__cxa_end_catch</tt> takes no arguments. This function:
|
||||
<p><ol>
|
||||
<li><tt>__cxa_end_catch</tt> takes no arguments. This function:<br><br>
|
||||
<ol>
|
||||
<li>Locates the most recently caught exception and decrements its handler
|
||||
count,</li>
|
||||
<li>Removes the exception from the "caught" stack if the handler count
|
||||
goes to zero, and</li>
|
||||
<li>Destroys the exception if the handler count goes to zero, and the
|
||||
exception was not re-thrown by throw.</li>
|
||||
</ol></p>
|
||||
</ol>
|
||||
<p>Note: a rethrow from within the catch may replace this call with
|
||||
a <tt>__cxa_rethrow</tt>.</p></li>
|
||||
</ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user