]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Use .fill directive to improve portability.
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Aug 2009 00:57:05 +0000 (00:57 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 21 Aug 2009 00:57:05 +0000 (00:57 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9166 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/DebugSupportDxe/X64/AsmFuncs.S

index 958c398a9579ac641171a177f7ea1fbb3ab7d8ec..597d3dced7dfb70d44b4c007749dcb559a9d9d5c 100644 (file)
@@ -68,9 +68,7 @@ ASM_PFX(OrigVector):       .long   0x66666666 # ?
 \r
 .p2align 4\r
 DebugStackEnd : .ascii     "DbgStkEnd >>>>>>"    # 16 byte long string - must be 16 bytes to preserve alignment\r
-                .rept  0x1ffc\r
-                  .long    0x00000000  \r
-                .endr\r
+                .fill 0x1ffc, 4, 0x00000000\r
                                                  # 32K should be enough stack\r
                                                  #   This allocation is coocked to insure\r
                                                  #   that the the buffer for the FXSTORE instruction\r