[LLDB][test] - Update one more test after the yaml2obj change.
I've missed this one.
This commit is contained in:
parent
42732d33cc
commit
57f87977f5
|
|
@ -23,12 +23,13 @@ ProgramHeaders:
|
|||
VAddr: 0x1000
|
||||
PAddr: 0x1000
|
||||
Align: 0x4
|
||||
Sections:
|
||||
- Section: .text
|
||||
FirstSec: .text
|
||||
LastSec: .text
|
||||
- Type: PT_LOAD
|
||||
Flags: [ PF_R, PF_W ]
|
||||
VAddr: 0x2000
|
||||
PAddr: 0x1004
|
||||
Align: 0x4
|
||||
Sections:
|
||||
- Section: .data
|
||||
FirstSec: .data
|
||||
LastSec: .data
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue