mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 00:24:07 +02:00
MdePkg BaseLib Ia32/DivU64x64Remainder: Make _@DivRemU64x64 private
This helps generate proper code when converted to NASM, and there is also no reason for this symbol to be public. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Cc: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
8278af7d21
commit
2807e6b86a
@ -47,7 +47,7 @@ InternalMathDivRemU64x64 PROC
|
|||||||
jmp InternalMathDivRemU64x32
|
jmp InternalMathDivRemU64x32
|
||||||
InternalMathDivRemU64x64 ENDP
|
InternalMathDivRemU64x64 ENDP
|
||||||
|
|
||||||
_@DivRemU64x64 PROC USES ebx esi edi
|
_@DivRemU64x64 PROC PRIVATE USES ebx esi edi
|
||||||
mov edx, dword ptr [esp + 20]
|
mov edx, dword ptr [esp + 20]
|
||||||
mov eax, dword ptr [esp + 16] ; edx:eax <- dividend
|
mov eax, dword ptr [esp + 16] ; edx:eax <- dividend
|
||||||
mov edi, edx
|
mov edi, edx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user