VirtualBox

Changeset 9731 in vbox for trunk/src/VBox/Disassembler


Ignore:
Timestamp:
Jun 16, 2008 3:38:20 PM (16 years ago)
Author:
vboxsync
Message:

And again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp

    r9730 r9731  
    351351#define PUT_NUM_S16(num) PUT_NUM_SIGN(6,  "0%04xh", num, int16_t, uint16_t)
    352352#define PUT_NUM_S32(num) PUT_NUM_SIGN(10, "0%08xh", num, int32_t, uint32_t)
    353 #define PUT_NUM_S64(num) PUT_NUM_SIGN(18, "0%08xh", num, int64_t, uint64_t)
     353#define PUT_NUM_S64(num) PUT_NUM_SIGN(18, "0%016xh", num, int64_t, uint64_t)
    354354
    355355
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette