mirror of
https://git.proxmox.com/git/grub2
synced 2025-11-01 13:52:12 +00:00
Previously we supplied only unsigned divisions on platforms that need software division. Yet compiler may itself use a signed division. A typical example would be a difference between 2 pointers which involves division by object size. |
||
|---|---|---|
| .. | ||
| efi | ||
| uboot | ||
| cache_armv6.S | ||
| cache_armv7.S | ||
| cache.c | ||
| cache.S | ||
| dl_helper.c | ||
| dl.c | ||
| misc.S | ||