sim: common: fix printf formats
For 32-bit targets, %x happens to work for unsigned_word. But for 64-bit targets, it's too small, and gcc throws an error. Use the right printf format define for them.
parent
93330670
Please register or sign in to comment