mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Specify attributes on .text16.
This commit is contained in:
parent
eb6b8e8d70
commit
b4f941b257
@ -110,7 +110,7 @@ extern void remove_from_rm_stack ( void *data, size_t size );
|
||||
#define REAL_FRAGMENT( name, asm_code_str ) \
|
||||
extern void name ( void ); \
|
||||
__asm__ __volatile__ ( \
|
||||
".section \".text16\"\n\t" \
|
||||
".section \".text16\", \"ax\", @progbits\n\t" \
|
||||
".code16\n\t" \
|
||||
".arch i386\n\t" \
|
||||
#name ":\n\t" \
|
||||
|
Loading…
Reference in New Issue
Block a user