mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
@@ -234,7 +234,7 @@ readGbe(void)
|
||||
if (buf == NULL)
|
||||
err(EXIT_FAILURE, "malloc");
|
||||
|
||||
gbe[0] = (size_t) buf;
|
||||
gbe[0] = (uintptr_t) buf;
|
||||
gbe[1] = gbe[0] + (nf * (do_read[0] & do_read[1]));
|
||||
|
||||
ssize_t tnr = 0;
|
||||
|
||||
Reference in New Issue
Block a user