Skip to content

fix DW_EH_PE_omit case

Antonio Flores Montoya requested to merge fix-omit-in-read_type into master

DW_EH_PE_omit is FF so it cannot be a case of encoding_lower8. Instead it can be a check against the complete encoding.

Merge request reports