Explorar el Código

Specify attributes on .text16.

tags/v0.9.3
Michael Brown hace 18 años
padre
commit
b4f941b257
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/include/librm.h

+ 1
- 1
src/arch/i386/include/librm.h Ver fichero

@@ -110,7 +110,7 @@ extern void remove_from_rm_stack ( void *data, size_t size );
110 110
 #define	REAL_FRAGMENT( name, asm_code_str )				\
111 111
 	extern void name ( void );					\
112 112
 	__asm__ __volatile__ (						\
113
-		".section \".text16\"\n\t"				\
113
+		".section \".text16\", \"ax\", @progbits\n\t"		\
114 114
 		".code16\n\t"						\
115 115
 		".arch i386\n\t"					\
116 116
 		#name ":\n\t"						\

Loading…
Cancelar
Guardar