summaryrefslogtreecommitdiff
path: root/src/dwarf_eh.h
diff options
context:
space:
mode:
authoranonymous <local@localhost>2010-06-28 17:44:35 +0000
committeranonymous <local@localhost>2010-06-28 17:44:35 +0000
commit81adee0f2476af72ce3923874f35dceff9fedf9a (patch)
treecaa361ed02d8ce227bf982a36f4219e97211dddc /src/dwarf_eh.h
parente55300bb3884cf91c0d2735649a68984703a6350 (diff)
downloadlibcxxrt-81adee0f2476af72ce3923874f35dceff9fedf9a.tar.gz
libcxxrt-81adee0f2476af72ce3923874f35dceff9fedf9a.tar.bz2
libcxxrt-81adee0f2476af72ce3923874f35dceff9fedf9a.tar.xz
Added std:: functions for setting unexpected / terminate handlers.
Diffstat (limited to 'src/dwarf_eh.h')
-rw-r--r--src/dwarf_eh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dwarf_eh.h b/src/dwarf_eh.h
index 466f792..1ab25db 100644
--- a/src/dwarf_eh.h
+++ b/src/dwarf_eh.h
@@ -73,6 +73,7 @@ static inline int dwarf_size_of_fixed_size_field(unsigned char type)
case DW_EH_PE_udata2: return 2;
case DW_EH_PE_udata4: return 4;
case DW_EH_PE_udata8: return 8;
+ case DW_EH_PE_absptr: return sizeof(void*);
}
abort();
}