From b29a823d91ac4d8abd87e58172e32d7b0b43be8d Mon Sep 17 00:00:00 2001 From: qhuang8 Date: Fri, 21 Aug 2009 02:51:09 +0000 Subject: Detab in DuetPkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9170 6f19259b-4bc3-4df7-8a09-765794883524 --- DuetPkg/BootSector/bs16.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DuetPkg/BootSector/bs16.S') diff --git a/DuetPkg/BootSector/bs16.S b/DuetPkg/BootSector/bs16.S index 217bef3b08..cbb3649a46 100644 --- a/DuetPkg/BootSector/bs16.S +++ b/DuetPkg/BootSector/bs16.S @@ -119,7 +119,7 @@ BootSectorEntryPoint: FindEFILDR: cmpl $LOADER_FILENAME_PART1, (%di) # Compare to "EFIL" jne FindVARSTORE - cmpl $LOADER_FILENAME_PART2, 4(%di) + cmpl $LOADER_FILENAME_PART2, 4(%di) jne FindVARSTORE cmpl $LOADER_FILENAME_PART3, 7(%di) jne FindVARSTORE -- cgit v1.2.3