Skip to content

Commit c563002

Browse files
committed
Remove _LIBCXXABI_NO_CFI to match other funcs
1 parent b5c68f6 commit c563002

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

system/lib/libcxxabi/src/cxa_exception_emscripten.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ __cxa_increment_exception_refcount(void *thrown_object) _NOEXCEPT {
131131
132132
Requires: If thrown_object is not NULL, it is a native exception.
133133
*/
134-
_LIBCXXABI_NO_CFI
135134
void __cxa_decrement_exception_refcount(void *thrown_object) _NOEXCEPT {
136135
if (thrown_object != NULL )
137136
{

0 commit comments

Comments
 (0)