X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuPause.S;h=7df74327e5c483cfb3bd88b4dd2bd83c8453d009;hp=ace2c6764ac1a6a82da5ec26dcf780dbc0b63131;hb=3f566587aea64bb986866c7f69a6b82891bf59db;hpb=31a9215c3223d3818d1709f39d06774e18df103f diff --git a/MdePkg/Library/BaseLib/Ia32/CpuPause.S b/MdePkg/Library/BaseLib/Ia32/CpuPause.S index ace2c6764a..7df74327e5 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuPause.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuPause.S @@ -20,10 +20,7 @@ # #------------------------------------------------------------------------------ - - - - +.global _CpuPause #------------------------------------------------------------------------------ # VOID @@ -32,10 +29,6 @@ # VOID # ); #------------------------------------------------------------------------------ -.global _CpuPause -_CpuPause: +_CpuPause: pause ret - - -