Fix Address Size in test.

This is an i386 test, so it should be 4.

llvm-svn: 328223
This commit is contained in:
Rafael Espindola 2018-03-22 17:46:57 +00:00
parent 0e031afa95
commit 0164d11b04
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ main:
.Lbegin0:
.short 4 # DWARF version number
.long .debug_abbrev # Offset Into Abbrev. Section
.byte 8 # Address Size (in bytes)
.byte 4 # Address Size (in bytes)
.byte 1 # Abbrev [1] 0xb:0x1f DW_TAG_compile_unit
.long .debug_line # DW_AT_stmt_list
.Lend0: