Commit f4206f9 1 parent 81a8b20 commit f4206f9 Copy full SHA for f4206f9
File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,7 @@ _LIBUNWIND_EXPORT uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
102
102
}
103
103
104
104
/// Not used in Wasm.
105
- _LIBUNWIND_EXPORT void _Unwind_SetIP (struct _Unwind_Context * context ,
106
- uintptr_t value ) {}
105
+ _LIBUNWIND_EXPORT void _Unwind_SetIP (struct _Unwind_Context * , uintptr_t ) {}
107
106
108
107
/// Called by personality handler to get LSDA for current frame.
109
108
_LIBUNWIND_EXPORT uintptr_t
@@ -115,8 +114,7 @@ _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
115
114
}
116
115
117
116
/// Not used in Wasm.
118
- _LIBUNWIND_EXPORT uintptr_t
119
- _Unwind_GetRegionStart (struct _Unwind_Context * context ) {
117
+ _LIBUNWIND_EXPORT uintptr_t _Unwind_GetRegionStart (struct _Unwind_Context * ) {
120
118
return 0 ;
121
119
}
122
120
You can’t perform that action at this time.
0 commit comments