Skip to content

Commit

Permalink
Fix incorrect since tag
Browse files Browse the repository at this point in the history
Follow on from eclipse-cdt#242
  • Loading branch information
jonahgraham committed Jan 26, 2023
1 parent 06a2479 commit c0d72d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public class DwarfConstants {
*/
public final static int DW_FORM_flag_present = 0x19;
/**
* @since 8.0
* @since 8.1
*/
public final static int DW_FORM_line_strp = 0x1f;
/**
Expand Down

0 comments on commit c0d72d7

Please sign in to comment.