Changeset 9731 in vbox for trunk/src/VBox/Disassembler
- Timestamp:
- Jun 16, 2008 3:38:20 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmFormatYasm.cpp
r9730 r9731 351 351 #define PUT_NUM_S16(num) PUT_NUM_SIGN(6, "0%04xh", num, int16_t, uint16_t) 352 352 #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%0 8xh", num, int64_t, uint64_t)353 #define PUT_NUM_S64(num) PUT_NUM_SIGN(18, "0%016xh", num, int64_t, uint64_t) 354 354 355 355
Note:
See TracChangeset
for help on using the changeset viewer.