summaryrefslogtreecommitdiff
path: root/src/dwarf_eh.h
diff options
context:
space:
mode:
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();
}