mirror of
https://github.com/FEX-Emu/libunwind.git
synced 2024-12-04 20:37:16 +00:00
(test_generic): Use unw_context_t instead of ucontext_t.
(Logical change 1.219)
This commit is contained in:
parent
6c50e90402
commit
4ff8fff57c
@ -60,7 +60,7 @@ test_generic (void)
|
||||
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
{
|
||||
ucontext_t uc;
|
||||
unw_context_t uc;
|
||||
|
||||
unw_getcontext (&uc);
|
||||
unw_init_local (&c, &uc);
|
||||
|
Loading…
Reference in New Issue
Block a user