Changeset 33540 in vbox for trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/tstDisasm-2.cpp
r32992 r33540 515 515 /* 516 516 * Jumping up the stream. 517 * This occur es when the byte sequence is added to the output string.517 * This occurs when the byte sequence is added to the output string. 518 518 */ 519 519 uint64_t offReq64 = uSrcAddr - pState->uAddress; … … 945 945 { 946 946 /** @todo this stuff belongs in IPRT, same stuff as mac address reading. Could be reused for IPv6 with a different item size.*/ 947 /* skip white space, and for the ben fit of linux panics '<' and '>'. */947 /* skip white space, and for the benefit of linux panics '<' and '>'. */ 948 948 while (RT_C_IS_SPACE(ch2 = *psz) || ch2 == '<' || ch2 == '>') 949 949 {
Note:
See TracChangeset
for help on using the changeset viewer.