Changeset 21876 in vbox for trunk/src/VBox/VMM/PATM
- Timestamp:
- Jul 30, 2009 12:28:10 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50522
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PATM/CSAM.cpp
r21443 r21876 338 338 return VINF_SUCCESS; 339 339 } 340 341 #define CSAM_SUBTRACT_PTR(a, b) *(uintptr_t *)&(a) = (uintptr_t)(a) - (uintptr_t)(b)342 #define CSAM_ADD_PTR(a, b) *(uintptr_t *)&(a) = (uintptr_t)(a) + (uintptr_t)(b)343 340 344 341
Note:
See TracChangeset
for help on using the changeset viewer.