]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix CRLF format
authorTian, Hot <hot.tian@intel.com>
Wed, 22 Jan 2014 08:40:49 +0000 (08:40 +0000)
committerhhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 22 Jan 2014 08:40:49 +0000 (08:40 +0000)
Signed-off-by: Tian, Hot <hot.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15161 6f19259b-4bc3-4df7-8a09-765794883524

SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/AsmFuncs.S

index b742b67dba18bacdd23ec00b2551e3df12c9add1..365bc940fe660b953db233cba89ddd57ab585d0b 100644 (file)
@@ -32,9 +32,9 @@ ASM_GLOBAL ASM_PFX(CommonEntry)
   .byte 0x41, 0x47, 0x54, 0x48   # AGENT_HANDLER_SIGNATURE     SIGNATURE_32('A','G','T','H')\r
 .endm\r
 \r
-.data
+.data\r
 \r
-ASM_PFX(ExceptionStubHeaderSize):  .word     ASM_PFX(Exception1Handle) - ASM_PFX(Exception0Handle)
+ASM_PFX(ExceptionStubHeaderSize):  .word     ASM_PFX(Exception1Handle) - ASM_PFX(Exception0Handle)\r
 \r
 \r
 .text\r