* grub-core/kern/misc.c: Don't redirect divisions in the
GRUB_UTIL case. * include/grub/misc.h: Likewise.
This commit is contained in:
parent
9b45c0733e
commit
81a2e438dc
3 changed files with 14 additions and 0 deletions
|
@ -596,6 +596,8 @@ grub_divmod64 (grub_uint64_t n, grub_uint64_t d, grub_uint64_t *r)
|
|||
return q;
|
||||
}
|
||||
|
||||
#ifndef GRUB_UTIL
|
||||
|
||||
#if defined (__arm__)
|
||||
|
||||
grub_uint32_t
|
||||
|
@ -639,6 +641,8 @@ __umoddi3 (grub_uint64_t a, grub_uint64_t b)
|
|||
|
||||
#endif
|
||||
|
||||
#endif /* GRUB_UTIL */
|
||||
|
||||
/* Convert a long long value to a string. This function avoids 64-bit
|
||||
modular arithmetic or divisions. */
|
||||
static char *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue