mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-27 13:23:03 +00:00
fwstart: Add missing argument to p2align.
Resulting binary is unchanged as it happens we were already aligned by chance.
This commit is contained in:
parent
80783ea646
commit
63411b14be
@ -547,7 +547,7 @@ gpio_dump:
|
|||||||
#endif
|
#endif
|
||||||
gpio_dump_end:
|
gpio_dump_end:
|
||||||
|
|
||||||
.p2align
|
.p2align 3
|
||||||
|
|
||||||
write_dumpreg:
|
write_dumpreg:
|
||||||
ld $t2, 0($t6)
|
ld $t2, 0($t6)
|
||||||
|
Loading…
Reference in New Issue
Block a user