Date: Mon, 12 Jan 1998 11:20:15 +0200 (IST) From: Eli Zaretskii To: Bill Currie cc: DJ Delorie , andrewc AT rosemail DOT rose DOT hp DOT com, djgpp-workers AT delorie DOT com Subject: Re: Stack Alignment In-Reply-To: <34B91FA7.341C@tssc.co.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 12 Jan 1998, Bill Currie wrote: > > >>> andb $0xf8, %eax /* align to 8-byte boundary */ > > movl %eax, %esp > > > Hey! gas is going to barf on that!!! (operand size mismatch) The original patch I submitted said "andb $0xfc, %al". DJ, what was the reason which made you change that?