summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/include/asm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/include/asm.h b/sys/arch/i386/include/asm.h
index a65cca52b69..da064ff12c2 100644
--- a/sys/arch/i386/include/asm.h
+++ b/sys/arch/i386/include/asm.h
@@ -69,7 +69,7 @@
#define _ASM_LABEL(x) x
#define _ENTRY(x) \
- .text; .align 2; .globl x; .type x,@function; x:
+ .text; .align 2, 0x90; .globl x; .type x,@function; x:
#ifdef PROF
# define _PROF_PROLOGUE \