mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 01:22:37 +03:00
(Redoing check-in lost by SourceForge's failure.)
Use .text16.data section with "aw" attributes, to avoid section type
conflicts when placing both code and data into .text16.
Add __from_{text16,data16}.
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
#define __text16( variable ) variable
|
||||
#define __use_data16( variable ) variable
|
||||
#define __use_text16( variable ) variable
|
||||
#define __from_data16( variable ) variable
|
||||
#define __from_text16( variable ) variable
|
||||
|
||||
/* Copy to/from base memory */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user