Changeset 90d6373 in buchla-emu for emu/fpu.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/fpu.c

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