mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-14 17:34:41 +00:00
Exception handling docs: Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202354 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74be63b014
commit
1c30a35b0f
@ -142,7 +142,7 @@ continuation points:
|
|||||||
#. where to continue if the call raises an exception, either by a throw or the
|
#. where to continue if the call raises an exception, either by a throw or the
|
||||||
unwinding of a throw
|
unwinding of a throw
|
||||||
|
|
||||||
The term used to define a the place where an ``invoke`` continues after an
|
The term used to define the place where an ``invoke`` continues after an
|
||||||
exception is called a *landing pad*. LLVM landing pads are conceptually
|
exception is called a *landing pad*. LLVM landing pads are conceptually
|
||||||
alternative function entry points where an exception structure reference and a
|
alternative function entry points where an exception structure reference and a
|
||||||
type info index are passed in as arguments. The landing pad saves the exception
|
type info index are passed in as arguments. The landing pad saves the exception
|
||||||
|
Loading…
x
Reference in New Issue
Block a user