Skip to content
Snippets Groups Projects
Commit 646b37ef authored by Antonio Flores Montoya's avatar Antonio Flores Montoya
Browse files

add missing cases to lsda_type_table_entry parsing

parent f19d7d80
No related branches found
No related tags found
1 merge request!5add missing cases to lsda_type_table_entry parsing
...@@ -1311,6 +1311,10 @@ bool lsda_type_table_entry_t<ptrsize>::parse( ...@@ -1311,6 +1311,10 @@ bool lsda_type_table_entry_t<ptrsize>::parse(
case DW_EH_PE_sdata4: case DW_EH_PE_sdata4:
tt_encoding_size=4; tt_encoding_size=4;
break; break;
case DW_EH_PE_udata8:
case DW_EH_PE_sdata8:
tt_encoding_size=8;
break;
case DW_EH_PE_absptr: case DW_EH_PE_absptr:
tt_encoding_size=ptrsize; tt_encoding_size=ptrsize;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment