mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-19 20:14:34 +00:00
[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:
parent
71e77b8cc2
commit
ec7e97f458
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user