]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DebugSupportDxe/Ia32/AsmFuncs.asm
1. add public functions header.
[mirror_edk2.git] / MdeModulePkg / Universal / DebugSupportDxe / Ia32 / AsmFuncs.asm
index 28a43cfe637cc950d1689eee8ae7a376252e924c..315120ef9472d6db7f00dab1519115e7fe92b9a9 100644 (file)
@@ -1,15 +1,16 @@
-;******************************************************************************\r
-;*\r
-;* Copyright (c) 2006, Intel Corporation                                                         \r
-;* All rights reserved. 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
-;* http://opensource.org/licenses/bsd-license.php                                            \r
-;*                                                                                           \r
-;* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-;* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
-;*\r
-;******************************************************************************\r
+;/** @file\r
+;  Low leve IA32 specific debug support functions.\r
+;\r
+;  Copyright (c) 2006, Intel Corporation. <BR>\r
+;  All rights reserved. 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
+;  http://opensource.org/licenses/bsd-license.php\r
+;\r
+;  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+;  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+;\r
+;**/\r
 \r
 .586p\r
 .MODEL          FLAT, C\r
@@ -95,7 +96,7 @@ OrigVector      dd      66666666h ; ?
 align           16\r
 DebugStackEnd   db      "DbgStkEnd >>>>>>"      ;; 16 byte long string - must be 16 bytes to preserve alignment\r
                 dd      1ffdh dup (000000000h)  ;; 32K should be enough stack\r
-                                                ;;   This allocation is coocked to insure \r
+                                                ;;   This allocation is coocked to insure\r
                                                 ;;   that the the buffer for the FXSTORE instruction\r
                                                 ;;   will be 16 byte aligned also.\r
                                                 ;;\r