diff options
author | Tian, Hot <hot.tian@intel.com> | 2014-01-22 08:35:25 +0000 |
---|---|---|
committer | hhtian <hhtian@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-22 08:35:25 +0000 |
commit | c27b9ffe86a8c1d8476154f725682ad2afa8e7d5 (patch) | |
tree | f13ae6696cb996a5edeec27859b9d2422728c569 /DuetPkg/BootSector/bs16.S | |
parent | cb162780fee8f7d101cdcf3ca5db63fa2b6000db (diff) | |
download | edk2-platforms-c27b9ffe86a8c1d8476154f725682ad2afa8e7d5.tar.xz |
Fix CRLF format
Signed-off-by: Tian, Hot <hot.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15153 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/BootSector/bs16.S')
-rw-r--r-- | DuetPkg/BootSector/bs16.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/BootSector/bs16.S b/DuetPkg/BootSector/bs16.S index 503f2e9f4d..039e25666c 100644 --- a/DuetPkg/BootSector/bs16.S +++ b/DuetPkg/BootSector/bs16.S @@ -31,7 +31,7 @@ .equ LOADER_FILENAME_PART3, 0x020202036 # "6___"
.org 0x0
-.global _start
+.global _start
_start:
Ia32Jump:
jmp BootSectorEntryPoint # JMP inst - 3 bytes
|