diff options
author | midipix <writeonce@midipix.org> | 2019-03-14 06:18:34 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-03-24 19:25:33 -0400 |
commit | 8576ddb6e5a39422b9ac18625954df47f44f302a (patch) | |
tree | 2dbcf8e2fbe16dd574130ecc0bece97e1a94156e /arch | |
parent | 4bf522056c56b54149e69065cd2627fdd61472c3 (diff) | |
download | mmglue-8576ddb6e5a39422b9ac18625954df47f44f302a.tar.bz2 mmglue-8576ddb6e5a39422b9ac18625954df47f44f302a.tar.xz |
abi: framework interfaces: updated psxseh.h.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt64/psxseh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt64/psxseh.h b/arch/nt64/psxseh.h index 7809979..c351ff8 100644 --- a/arch/nt64/psxseh.h +++ b/arch/nt64/psxseh.h @@ -13,7 +13,7 @@ struct __unwind_context; -typedef void * __thread_context; +typedef void __thread_context; typedef enum __unwind_reason_code(*__unwind_personality_routine)( int, int, uintptr_t, |