mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 15:47:37 +01:00
Correct type in name of unw_local_addr_space.
(Logical change 1.60)
This commit is contained in:
parent
1c48aa0448
commit
a494d61a86
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
\Type{int} \Func{unw\_resume}(\Type{unw\_cursor\_t~*});\\
|
||||
|
||||
\noindent
|
||||
\Type{unw\_addr\_space\_t} \Var{local\_addr\_space};\\
|
||||
\Type{unw\_addr\_space\_t} \Var{unw\_local\_addr\_space};\\
|
||||
\noindent
|
||||
\Type{unw\_addr\_space\_t} \Func{unw\_create\_addr\_space}(\Type{unw\_accessors\_t}, \Type{int});\\
|
||||
\noindent
|
||||
|
|
Loading…
Reference in a new issue