[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
|
VAddr: 0x1000
|
||||||
PAddr: 0x1000
|
PAddr: 0x1000
|
||||||
Align: 0x4
|
Align: 0x4
|
||||||
Sections:
|
FirstSec: .text
|
||||||
- Section: .text
|
LastSec: .text
|
||||||
- Type: PT_LOAD
|
- Type: PT_LOAD
|
||||||
Flags: [ PF_R, PF_W ]
|
Flags: [ PF_R, PF_W ]
|
||||||
VAddr: 0x2000
|
VAddr: 0x2000
|
||||||
PAddr: 0x1004
|
PAddr: 0x1004
|
||||||
Align: 0x4
|
Align: 0x4
|
||||||
Sections:
|
FirstSec: .data
|
||||||
- Section: .data
|
LastSec: .data
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue