]> Git Repo - J-u-boot.git/commit - lib/vsprintf.c
Use uint64_t instead of u64 in put_dec()
authorSimon Glass <[email protected]>
Wed, 15 Oct 2014 10:38:34 +0000 (04:38 -0600)
committerTom Rini <[email protected]>
Mon, 27 Oct 2014 15:04:01 +0000 (11:04 -0400)
commit6bf6725962ad2d79178c860801ff99f8495b3f44
tree9d11fbafeb83e36b424298ebb552d239d3684204
parent19ea4678ca5ce4c3a626039ed7642d4e0fbfdee1
Use uint64_t instead of u64 in put_dec()

Use the correct type required by do_div().

Signed-off-by: Simon Glass <[email protected]>
lib/vsprintf.c
This page took 0.032251 seconds and 4 git commands to generate.