Commit ce6189f7 authored by Anup Patel's avatar Anup Patel Committed by Anup Patel
Browse files

include: Add PRILX define to help print unsigned long



The unsigned long is always machine word size. This means it is
4 bytes on 32bit system and 8 bytes on 64bit system.

This patch adds PRILX define for sbi_printf() which will help us
print unsigned long without worrying whether it is 32bit or 64bit
system.

Signed-off-by: default avatarAnup Patel <anup.patel@wdc.com>
parent db5b25af
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment