mirror of
https://github.com/memtest86plus/memtest86plus.git
synced 2024-11-23 08:26:23 -06:00
Fix assembler warning about incorrect type/attributes for .reloc section.
This commit is contained in:
parent
040e253b54
commit
9c16a0568a
@ -243,7 +243,7 @@ boot_flag:
|
||||
.org 512
|
||||
end_of_headers:
|
||||
|
||||
.section ".reloc", "a", @progbits
|
||||
.section ".reloc"
|
||||
.long 0 // Page RVA
|
||||
.long 10 // Block Size (2*4+2)
|
||||
.word (IMAGE_REL_BASED_ABSOLUTE << 12) + 0 // reloc 0 -> 0
|
||||
|
Loading…
Reference in New Issue
Block a user