X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fdiv64.c;h=319fca50fa79e2a61b2bbb1b48f3dbecb339647e;hb=28d68045cc9f146a8c4aa2c8921eb95330ccc754;hp=795ef0e1e4671ac7a68a189839d48028353c1c29;hpb=b1cdd8baa14f518288ceddb391d6587c1ecb3174;p=oweals%2Fu-boot.git diff --git a/lib/div64.c b/lib/div64.c index 795ef0e1e4..319fca50fa 100644 --- a/lib/div64.c +++ b/lib/div64.c @@ -18,8 +18,9 @@ #include #include +#include -uint32_t __div64_32(uint64_t *n, uint32_t base) +uint32_t notrace __div64_32(uint64_t *n, uint32_t base) { uint64_t rem = *n; uint64_t b = base;