1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-02 09:22:36 +02:00

Correct type in name of unw_local_addr_space.

(Logical change 1.60)
This commit is contained in:
mostang.com!davidm 2003-03-11 01:05:47 +00:00
parent 1c48aa0448
commit a494d61a86

View file

@ -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