From owner-freebsd-hackers Thu Mar 16 19:56:21 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id D603537BC00; Thu, 16 Mar 2000 19:56:17 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id UAA03052; Thu, 16 Mar 2000 20:56:15 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id UAA99425; Thu, 16 Mar 2000 20:56:02 -0700 (MST) Message-Id: <200003170356.UAA99425@harmony.village.org> To: John Baldwin Subject: Re: Odd crash Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Thu, 16 Mar 2000 20:41:13 EST." <200003170141.UAA25452@tisch.mail.mindspring.net> References: <200003170141.UAA25452@tisch.mail.mindspring.net> Date: Thu, 16 Mar 2000 20:56:02 -0700 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <200003170141.UAA25452@tisch.mail.mindspring.net> John Baldwin writes: : > arpintr+0x85: pushl $0xc02f5c60 : > arpintr+0x8a: pushl $0x3 : > arpintr+0x8c: call log : > arpintr+0x91: addl $0x8,%esp : > arpintr+0x94: jmp arpintr+0x5 : > arpintr+0x99: leal 0(%esi),%esi : : This instruction does nothing, so I assume this isn't : optimized code? This is just padding to make the branch targets come out to a given alignment. I'm still at a loss for how it even works at all... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message