]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/BootSector/Gpt.S
DuetPkg BootSector: Add missing .code16 directive into start16.S/start32.S/Gpt.S...
[mirror_edk2.git] / DuetPkg / BootSector / Gpt.S
index c8b155edcb3be758e5490e2533a0851be2730ee2..821ca846f0495601ff0837fff223bab7a3ccbce1 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\r
 #*\r
-#*   Copyright (c) 2006 - 2007, Intel Corporation. All rights reserved.<BR>\r
+#*   Copyright (c) 2006 - 2011, 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
@@ -19,7 +19,7 @@
 #   .dosseg\r
     .stack: \r
     .486p: \r
-    .code: \r
+    .code16 \r
 \r
 .equ                      BLOCK_SIZE,  0x0200\r
 .equ                      BLOCK_MASK,  0x01ff\r