Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Mar 2000 20:56:02 -0700
From:      Warner Losh <imp@village.org>
To:        John Baldwin <jhb@FreeBSD.ORG>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Odd crash 
Message-ID:  <200003170356.UAA99425@harmony.village.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>  

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003170356.UAA99425>