Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[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>
  • Loading branch information
Shao Miller authored and Marty Connor committed Nov 21, 2009
1 parent 71e77b8 commit ec7e97f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/arch/i386/firmware/pcbios/e820mangler.S
Expand Up @@ -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,
Expand Down

0 comments on commit ec7e97f

Please sign in to comment.