diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-25 19:04:39 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-08-25 19:04:39 +0000 |
| commit | ae4ea3eed4067aff2d75437f484ce5ea65b686ea (patch) | |
| tree | 62e42540f4ccef766d8455b9cd2783d1426a6894 | |
| parent | 2d712f3d8d2068a0a68c0b21c02826637df9a302 (diff) | |
Notes
| -rw-r--r-- | sys/i386/linux/linux_locore.s | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_locore.s b/sys/i386/linux/linux_locore.s index 2f938a723ecc..dbe2126a32ef 100644 --- a/sys/i386/linux/linux_locore.s +++ b/sys/i386/linux/linux_locore.s @@ -12,8 +12,7 @@ NON_GPROF_ENTRY(linux_sigcode) movl $LINUX_SYS_linux_sigreturn,%eax /* linux_sigreturn() */ int $0x80 /* enter kernel with args on stack */ hlt /* never gets here */ - - .align 4 /* long word align */ + ALIGN_TEXT _linux_esigcode: .data |
