X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Usermode%2FLibraries%2Flibc%2B%2B.so_src%2Fgxx_personality.cc;h=fbd1623417db6e03d193a7174659bc8add90a415;hb=6a28fd66345b484f9dfa5dba869888becdaf7112;hp=e675388993d58cd3ca5ddda81f8d5763f0e9b76c;hpb=92c5980925e773c6e1d6775c50c9d86c77b84d23;p=tpg%2Facess2.git diff --git a/Usermode/Libraries/libc++.so_src/gxx_personality.cc b/Usermode/Libraries/libc++.so_src/gxx_personality.cc index e6753889..fbd16234 100644 --- a/Usermode/Libraries/libc++.so_src/gxx_personality.cc +++ b/Usermode/Libraries/libc++.so_src/gxx_personality.cc @@ -336,6 +336,8 @@ static size_t _get_encoded_size(int encoding) { case DW_EH_PE_absptr: // absolute return sizeof(void*); + case DW_EH_PE_udata4: + return 4; default: _SysDebug("_get_encoded_size: Unknown encoding 0x%02x", encoding); return 0;