]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Sec/X64/SwitchRam.S
EmulatorPkg: Remove all trailing whitespace
[mirror_edk2.git] / EmulatorPkg / Sec / X64 / SwitchRam.S
index a7219bf21f4671407b91f4fbe412d4e4d8378b89..9ed1f911e76628b80076c726d4a716bdff250200 100644 (file)
@@ -19,7 +19,7 @@
 //  SecTemporaryRamSupport (\r
 //    IN CONST EFI_PEI_SERVICES   **PeiServices,         // %rcx\r
 //    IN EFI_PHYSICAL_ADDRESS     TemporaryMemoryBase,   // %rdx\r
-//    IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,   // %r8 \r
+//    IN EFI_PHYSICAL_ADDRESS     PermanentMemoryBase,   // %r8\r
 //    IN UINTN                    CopySize               // %r9\r
 //    )\r
 //\r
@@ -28,7 +28,7 @@ ASM_PFX(SecTemporaryRamSupport):
   // Adjust callers %rbp to account for stack move\r
   subq    %rdx, %rbp     // Calc offset of %rbp in Temp Memory\r
   addq    %r8,  %rbp     // add in permanent base to offset\r
-  \r
+\r
   pushq   %rbp           // stack frame is for the debugger\r
   movq    %rsp, %rbp\r
 \r
@@ -51,13 +51,13 @@ ASM_PFX(SecTemporaryRamSupport):
   popq    %r9           // CopySize (old stack)\r
   popq    %r8           // PermanentMemoryBase (old stack)\r
   popq    %rdx          // TemporaryMemoryBase (old stack)\r
-    \r
+\r
   movq    %rsp, %rcx    // Move to new stack\r
   subq    %rdx, %rcx    // Calc offset of stack in Temp Memory\r
   addq    %r8,  %rcx    // Calc PermanentMemoryBase address\r
-  movq    %rcx, %rsp    // Update stack \r
+  movq    %rcx, %rsp    // Update stack\r
   // Stack now points to permanent memory\r
-  \r
+\r
   // ZeroMem (TemporaryMemoryBase /* rcx */, CopySize /* rdx */);\r
   movq    %rdx, %rcx\r
   movq    %r9,  %rdx\r