X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FIa32%2FAsmFuncs.asm;fp=MdeModulePkg%2FUniversal%2FDebugSupportDxe%2FIa32%2FAsmFuncs.asm;h=cc776c867e093fe2ab7fa084bd0276ed343ef3a8;hp=315120ef9472d6db7f00dab1519115e7fe92b9a9;hb=6e8a984eca4c9763038e887b8d813b2110bbaed6;hpb=4ef55dfc766c2206378ab7e5a3101a2a7a32d569 diff --git a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm index 315120ef94..cc776c867e 100644 --- a/MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm +++ b/MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm @@ -132,21 +132,6 @@ FxStorSupport PROC C PUBLIC FxStorSupport ENDP -;------------------------------------------------------------------------------ -; DESCRIPTOR * -; GetIdtr ( -; void -; ) -; -; Abstract: Returns physical address of IDTR -; -GetIdtr PROC C PUBLIC - LOCAL IdtrBuf:FWORD - - sidt IdtrBuf - mov eax, DWORD PTR IdtrBuf + 2 - ret -GetIdtr ENDP ;------------------------------------------------------------------------------