From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 13 22:55:00 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F0271065672 for ; Thu, 13 Jan 2011 22:55:00 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id E8D3F8FC24 for ; Thu, 13 Jan 2011 22:54:59 +0000 (UTC) Received: by ewy24 with SMTP id 24so1171585ewy.13 for ; Thu, 13 Jan 2011 14:54:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=j7RXUhKvLSnqBsd45XNsT0+/CLlJ2pn8tVjBtKzlwnI=; b=qsiVZyh4m5Vt7EuIOQGOLGP0SfNSDVwQJmezcECIaLf8Qt9SEuqmYcG70lk662+hVm 1f/GhCxqk96DtkxrLjCyGSRjCvHKoGTMxk3QuQ3kbrjoDc1OWBAjzR3RpV85rBp7p4O6 WzXdlpUeRaGiZPlojlXd4x6RARtpRUz/cJdyc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gh/8jYafsuSrEAm1J78WTiLU05ZzjARfuAqvdjXBApxq8mHlWsNJ2qzMdk93ttzPMD W9l39j2eDv9hv6vlBJRB12lsMo5ObakJWpTNbhaLqqp7EMqmJ/SzUzxEdKa9Qf/wD8HV nP7PWlfixolv3ILl/YURtdyWKyyHG16gADplI= MIME-Version: 1.0 Received: by 10.213.33.74 with SMTP id g10mr165850ebd.61.1294957892928; Thu, 13 Jan 2011 14:31:32 -0800 (PST) Received: by 10.213.22.14 with HTTP; Thu, 13 Jan 2011 14:31:32 -0800 (PST) In-Reply-To: <20110113202848.GI2518@deviant.kiev.zoral.com.ua> References: <20110113202848.GI2518@deviant.kiev.zoral.com.ua> Date: Thu, 13 Jan 2011 17:31:32 -0500 Message-ID: From: Ryan Stone To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: What does the FreeBSD/i386 ABI say about stack alignment? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2011 22:55:00 -0000 On Thu, Jan 13, 2011 at 3:28 PM, Kostik Belousov wrote: > > Please give this a try. > Your patch resolved the issue for me. Thanks for the quick reply.