david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

[e820mangler] Add missing CLC ins. for success path

The get_underlying_e820 function should return with CF unset on success.

Reported-by: Timothy Stack <tstack@vmware.com>
Signed-off-by: Marty Connor <mdc@etherboot.org>
This commit is contained in:
Shao Miller 2009-11-17 18:28:10 -05:00 committed by Marty Connor
parent 71e77b8cc2
commit ec7e97f458
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ get_underlying_e820:
popw %di
incw %bx
movl %edx, %eax
clc
ret
2:
/* If the requested region is earlier than the cached region,