Changeset 9923 in vbox
- Timestamp:
- Jun 25, 2008 2:39:59 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/DisasmReg.cpp
r9922 r9923 169 169 RT_OFFSETOF(CPUMCTXCORE, ebp), /* USE_REG_BPL; with REX prefix only */ 170 170 RT_OFFSETOF(CPUMCTXCORE, esi), /* USE_REG_SIL; with REX prefix only */ 171 RT_OFFSETOF(CPUMCTXCORE, edi) ,/* USE_REG_DIL; with REX prefix only */171 RT_OFFSETOF(CPUMCTXCORE, edi) /* USE_REG_DIL; with REX prefix only */ 172 172 }; 173 173
Note:
See TracChangeset
for help on using the changeset viewer.