Skip to content
Snippets Groups Projects
Commit f23baa57 authored by Tom Rini's avatar Tom Rini
Browse files

cmd_dhry.c: Use lldiv for vax_mips calculation as well


Since dhry_per_sec is a u64 we must also use lldiv here when working
with it.  Otherwise:
../lib/dhry/cmd_dhry.c:(.text.do_dhry+0xd8): undefined reference to `__udivdi3'

On some platforms.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 82ceba2c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment