From: qhuang8 Date: Mon, 22 Dec 2008 12:47:53 +0000 (+0000) Subject: Update to use Dos format for all .s files X-Git-Tag: edk2-stable201903~19160 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=6446db6e748d7e21643b08f373799a9faa0da77d Update to use Dos format for all .s files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7087 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s index fc36ecb36c..b6efab5408 100644 --- a/MdePkg/Library/BaseLib/Ipf/AccessGcr.s +++ b/MdePkg/Library/BaseLib/Ipf/AccessGcr.s @@ -271,4 +271,4 @@ AsmWritePta:: srlz.i;; srlz.d;; br.ret.dpnt b0;; -.endp AsmWritePta \ No newline at end of file +.endp AsmWritePta diff --git a/MdePkg/Library/BaseLib/Ipf/AccessPsr.s b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s index 9b4fe49ff1..4aaf89a29b 100644 --- a/MdePkg/Library/BaseLib/Ipf/AccessPsr.s +++ b/MdePkg/Library/BaseLib/Ipf/AccessPsr.s @@ -107,4 +107,4 @@ AsmCpuVirtual:: (p6) mov r8 = CpuInPhysicalMode;; (p7) mov r8 = CpuInMixMode;; br.ret.dpnt b0;; -.endp AsmCpuVirtual \ No newline at end of file +.endp AsmCpuVirtual diff --git a/MdePkg/Library/BaseLib/Ipf/ExecFc.s b/MdePkg/Library/BaseLib/Ipf/ExecFc.s index a5a9e9bc8a..4ff9377a99 100644 --- a/MdePkg/Library/BaseLib/Ipf/ExecFc.s +++ b/MdePkg/Library/BaseLib/Ipf/ExecFc.s @@ -63,4 +63,4 @@ AsmFci:: fc.i in0 mov r8 = in0;; br.ret.dpnt b0;; -.endp AsmFci \ No newline at end of file +.endp AsmFci diff --git a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s index 3a278d7268..5a9e851be6 100644 --- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s +++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s @@ -26,4 +26,4 @@ InternalSyncCompareExchange32:: cmpxchg4.rel r8 = [r32], r34 mf br.ret.sptk.many b0 -.endp InternalSyncCompareExchange32 \ No newline at end of file +.endp InternalSyncCompareExchange32 diff --git a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s index 88b9d2b490..8d676ccf50 100644 --- a/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s +++ b/MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s @@ -25,4 +25,4 @@ InternalSyncCompareExchange64:: cmpxchg8.rel r8 = [r32], r34 mf br.ret.sptk.many b0 -.endp InternalSyncCompareExchange64 \ No newline at end of file +.endp InternalSyncCompareExchange64