diff options
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/AccessGcr.s | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/AccessPsr.s | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/ExecFc.s | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange32.s | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseLib/Ipf/InterlockedCompareExchange64.s | 2 |
5 files changed, 5 insertions, 5 deletions
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
|