From a0330a9a39d8e6067a98b980a07d303fbdadb601 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sun, 7 Sep 1997 04:59:02 +0000 Subject: fill text on align with nop, not 0 --- sys/arch/i386/include/asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3