- Timestamp:
- Feb 2, 2012 10:39:16 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/IEMAll.cpp
r39948 r39953 1538 1538 } 1539 1539 1540 uint32_t u32Tmp ;1540 uint32_t u32Tmp = 0; /* gcc maybe... */ 1541 1541 rcStrict = iemMemFetchSysU32(pIemCpu, &u32Tmp, UINT8_MAX, pCtx->trHid.u64Base + off); 1542 1542 if (rcStrict == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.