Changeset 90d6373 in buchla-emu for emu/ser.c


Ignore:
Timestamp:
07/20/2017 07:50:53 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
2147e53
Parents:
e41c6b6
Message:

Properly display access width.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • emu/ser.c

    re41c6b6 r90d6373  
    4949void ser_write(uint32_t off, int32_t sz, uint32_t val)
    5050{
    51         ver("ser wr %u:8 0x%0*x", off, sz * 2, val);
     51        ver("ser wr %u:%d 0x%0*x", off, sz * 8, sz * 2, val);
    5252}
Note: See TracChangeset for help on using the changeset viewer.