- Timestamp:
- Aug 19, 2008 4:34:24 PM (16 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCEmulateCodeView.cpp
r10089 r11495 1394 1394 "%sldtr={%04x base=%016RX64 limit=%08x flags=%08x}\n" 1395 1395 "%str ={%04x base=%016RX64 limit=%08x flags=%08x}\n" 1396 "%sSysEnter={cs=%04llx eip=%0 8llx esp=%08llx}\n"1396 "%sSysEnter={cs=%04llx eip=%016RX64 esp=%016RX64}\n" 1397 1397 , 1398 1398 pszPrefix, pCtxCore->rax, pszPrefix, pCtxCore->rbx, pszPrefix, pCtxCore->rcx, pszPrefix, pCtxCore->rdx, pszPrefix, pCtxCore->rsi, pszPrefix, pCtxCore->rdi, -
trunk/src/VBox/VMM/CPUM.cpp
r11494 r11495 1001 1001 "%sldtr={%04x base=%08RX64 limit=%08x flags=%08x}\n" 1002 1002 "%str ={%04x base=%08RX64 limit=%08x flags=%08x}\n" 1003 "%sSysEnter={cs=%04llx eip=% 16llx esp=%16llx}\n"1003 "%sSysEnter={cs=%04llx eip=%016RX64 esp=%016RX64}\n" 1004 1004 , 1005 1005 pszPrefix, pCtxCore->rax, pszPrefix, pCtxCore->rbx, pszPrefix, pCtxCore->rcx, pszPrefix, pCtxCore->rdx, pszPrefix, pCtxCore->rsi, pszPrefix, pCtxCore->rdi,
Note:
See TracChangeset
for help on using the changeset viewer.