mirror of https://github.com/ipxe/ipxe.git
[efi] Fix erroneous comparison of a pointer against userptr_t
Signed-off-by: Michael Brown <mcb30@ipxe.org>pull/252/head
parent
5bdb75c9d0
commit
885c6d6e98
|
@ -119,7 +119,7 @@ static int efi_load_autoexec ( EFI_HANDLE device ) {
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
/* Sanity check */
|
/* Sanity check */
|
||||||
assert ( efi_autoexec == UNULL );
|
assert ( efi_autoexec == NULL );
|
||||||
assert ( efi_autoexec_len == 0 );
|
assert ( efi_autoexec_len == 0 );
|
||||||
|
|
||||||
/* Open simple file system protocol */
|
/* Open simple file system protocol */
|
||||||
|
|
Loading…
Reference in New Issue