From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: None (no SPF record) identity=mailfrom; client-ip=69.167.158.73; helo=host12.webserveralpha.com; envelope-from=edk2-lists@mc2research.org; receiver=edk2-devel@lists.01.org Received: from host12.webserveralpha.com (host12.webserveralpha.com [69.167.158.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id AA60F2238B5B6 for ; Thu, 18 Jan 2018 09:07:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mc2research.org; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:In-Reply-To:References:To:From:Sender:Reply-To:Cc: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=Qm25fUiK5YHH2Cd8pf7SiR7mFAWdEuaDnWcwll/byPk=; b=hI089F4lkjVu+IvQM+O0d4tSX J3ISg+dH6thI9+LVpPKkayCChQ/musjSB9U9YlUs2SzcMOi9+PQazZSEd+g77+VQ6CPrxt9YcACvC yB+JNeskjHkVXXoyToU0VDuZ9Z; Received: from mobile-166-176-186-97.mycingular.net ([166.176.186.97]:51274 helo=Willow) by host12.webserveralpha.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89_1) (envelope-from ) id 1ecDjk-0007ip-Pe; Thu, 18 Jan 2018 12:12:25 -0500 From: "Daryl McDaniel \(EDK2 Lists\)" To: References: In-Reply-To: Date: Thu, 18 Jan 2018 09:12:23 -0800 Organization: Micronetics Message-ID: <026e01d3907f$82953820$87bfa860$@mc2research.org> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQEapzMJMEVYFfH2Zup4fUlGhmstPaTrr6Fg X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host12.webserveralpha.com X-AntiAbuse: Original Domain - lists.01.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mc2research.org X-Get-Message-Sender-Via: host12.webserveralpha.com: authenticated_id: darylm@mc2research.com X-Authenticated-Sender: host12.webserveralpha.com: darylm@mc2research.com X-Source: X-Source-Args: X-Source-Dir: X-Content-Filtered-By: Mailman/MimeDel 2.1.23 Subject: Re: [tianocore/edk2] Stdlib: Add calling convention to completion callbacks (#123) X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2018 17:07:05 -0000 Content-Language: en-us Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Marco, =20 Thank you for your submission. =20 Can you please tell me which compiler you are using? =20 Thank you, Daryl McDaniel =20 =20 From: Marco Guerri [mailto:notifications@github.com]=20 Sent: Wednesday, January 17, 2018 7:22 AM To: tianocore/edk2 Cc: Subscribed Subject: [tianocore/edk2] Stdlib: Add calling convention to completion = callbacks (#123) =20 When compiling in Unix environments, the ABI defaults to SysV. Callbacks are invoked directly by the system firmware so they must necessarily use MS ABI. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Marco Guerri marco.guerri.dev@fastmail.com = =20 _____ =20 You can view, comment on, or merge this pull request online at: https://github.com/tianocore/edk2/pull/123 Commit Summary * Stdlib: Add calling convention to completion callbacks File Changes * M StdLib/EfiSocketLib/Ip4.c = (10)=20 * M StdLib/EfiSocketLib/Socket.h = (24)=20 * M StdLib/EfiSocketLib/Tcp4.c = (11)=20 * M StdLib/EfiSocketLib/Tcp6.c = (3)=20 * M StdLib/EfiSocketLib/Udp4.c = (30)=20 * M StdLib/EfiSocketLib/Udp6.c = (20)=20 Patch Links: * https://github.com/tianocore/edk2/pull/123.patch * https://github.com/tianocore/edk2/pull/123.diff =E2=80=94 You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub = , or mute the thread = . = =20