Re: [edk2-devel] 回复: [edk2-devel] [PATCH] MdePkg: Fix AsmReadSs() with GCC toolchain

2021-06-03 Thread Satoshi Tanda
Thank you, Liming! -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76030): https://edk2.groups.io/g/devel/message/76030 Mute This Topic: https://groups.io/mt/83300488/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.

Re: [edk2-devel] [PATCH] MdePkg: Fix AsmReadSs() with GCC toolchain

2021-06-03 Thread Satoshi Tanda
Could we get this patch reviewed and approved by required folks, or advise me how can I move forward? Thanks! Satoshi -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#76025): https://edk2.groups.io/g/devel/message/76025 Mute This Topic: h

Re: [edk2-devel] [PATCH] MdePkg: Fix AsmReadSs() with GCC toolchain

2021-05-25 Thread Satoshi Tanda
On Tue, May 25, 2021 at 05:16 AM, Laszlo Ersek wrote: > > (1) The BZ URL is incorrect; > > (2) Similarly, I think the subject should be clarified, upon merge Let me know if anyone needs the updates of the patch on those (vs updating them inline at PR). I will do it if required. > > Should t

[edk2-devel] [PATCH] MdePkg: Fix AsmReadSs() with GCC toolchain

2021-05-24 Thread Satoshi Tanda
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3325 AsmReadSs() in Ia32/GccInlinePriv.c and X64/GccInlinePriv.c return the DS segment selector value instead of SS. Signed-off-by: Satoshi Tanda --- MdePkg/Library/BaseLib/Ia32/GccInlinePriv.c | 2 +- MdePkg/Library/BaseLib/X64