Force main into .text

This commit is contained in:
matt 2015-01-09 22:02:18 +00:00
parent ab2cc8cc4a
commit ef9f2fbe65
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
typedef void (*boot_entry_t)(int, int, int (*)(void *), void *, u_int);
void main(void);
void main(void) __section(".text");
#define MAXBOOTPATHLEN 256
extern char bootdev[MAXBOOTPATHLEN];