]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/ResetVector/Vtf0/SerialDebug.asm
UefiCpuPkg: Clean up source files
[mirror_edk2.git] / UefiCpuPkg / ResetVector / Vtf0 / SerialDebug.asm
index ebd0910f4a36a6bfbb5b142dff579e2be351a81e..fea21d80667656466d5c4a8b4a212f9d6b40c444 100644 (file)
@@ -2,7 +2,7 @@
 ; @file\r
 ; Serial port debug support macros\r
 ;\r
-; Copyright (c) 2008 - 2009, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
 BITS    16\r
 \r
 %macro  debugInitialize 0\r
-       jmp     real16InitDebug\r
+  jmp  real16InitDebug\r
 real16InitDebugReturn:\r
 %endmacro\r
 \r