Changeset 888 in vbox for trunk/src/VBox/Runtime/misc
- Timestamp:
- Feb 14, 2007 8:52:46 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/misc/sanity.h
r662 r888 60 60 AssertCompileSize(RTHCINTPTR, 8); 61 61 AssertCompileSize(RTHCUINTPTR, 8); 62 / /AssertCompileSize(RTHCINTREG, 8);62 /*AssertCompileSize(RTHCINTREG, 8);*/ 63 63 AssertCompileSize(RTHCUINTREG, 8); 64 64 AssertCompileSize(RTR0PTR, 8); 65 / /AssertCompileSize(RTR0INT, 4);66 / /AssertCompileSize(RTR0UINT, 4);65 /*AssertCompileSize(RTR0INT, 4);*/ 66 /*AssertCompileSize(RTR0UINT, 4);*/ 67 67 AssertCompileSize(RTR0INTPTR, 8); 68 68 AssertCompileSize(RTR0UINTPTR, 8); 69 / /AssertCompileSize(RTR3PTR, 8);70 / /AssertCompileSize(RTR3INT, 4);71 / /AssertCompileSize(RTR3UINT, 4);69 /*AssertCompileSize(RTR3PTR, 8);*/ 70 /*AssertCompileSize(RTR3INT, 4);*/ 71 /*AssertCompileSize(RTR3UINT, 4);*/ 72 72 AssertCompileSize(RTR3INTPTR, 8); 73 73 AssertCompileSize(RTR3UINTPTR, 8); … … 75 75 76 76 # if defined(IN_RING3) || defined(IN_RING0) 77 / /AssertCompileSize(RTCCINTREG, 8);77 /*AssertCompileSize(RTCCINTREG, 8);*/ 78 78 AssertCompileSize(RTCCUINTREG, 8); 79 79 # endif … … 84 84 AssertCompileSize(RTHCINT, 4); 85 85 AssertCompileSize(RTHCUINT, 4); 86 / /AssertCompileSize(RTHCINTPTR, 4);86 /*AssertCompileSize(RTHCINTPTR, 4);*/ 87 87 AssertCompileSize(RTHCUINTPTR, 4); 88 88 AssertCompileSize(RTR0PTR, 4); 89 / /AssertCompileSize(RTR0INT, 4);90 / /AssertCompileSize(RTR0UINT, 4);89 /*AssertCompileSize(RTR0INT, 4);*/ 90 /*AssertCompileSize(RTR0UINT, 4);*/ 91 91 AssertCompileSize(RTR0INTPTR, 4); 92 92 AssertCompileSize(RTR0UINTPTR, 4); 93 / /AssertCompileSize(RTR3PTR, 4);94 / /AssertCompileSize(RTR3INT, 4);95 / /AssertCompileSize(RTR3UINT, 4);93 /*AssertCompileSize(RTR3PTR, 4);*/ 94 /*AssertCompileSize(RTR3INT, 4);*/ 95 /*AssertCompileSize(RTR3UINT, 4);*/ 96 96 AssertCompileSize(RTR3INTPTR, 4); 97 97 AssertCompileSize(RTR3UINTPTR, 4); … … 103 103 104 104 # if defined(IN_RING3) || defined(IN_RING0) 105 / /AssertCompileSize(RTCCINTREG, 4);105 /*AssertCompileSize(RTCCINTREG, 4);*/ 106 106 AssertCompileSize(RTCCUINTREG, 4); 107 107 # endif … … 121 121 AssertCompileSize(RTGCINTPTR, 8); 122 122 AssertCompileSize(RTGCUINTPTR, 8); 123 / /AssertCompileSize(RTGCINTREG, 8);123 /*AssertCompileSize(RTGCINTREG, 8);*/ 124 124 AssertCompileSize(RTGCUINTREG, 8); 125 125 126 126 # ifdef IN_GC 127 / /AssertCompileSize(RTCCINTREG, 8);127 /*AssertCompileSize(RTCCINTREG, 8);*/ 128 128 AssertCompileSize(RTCCUINTREG, 8); 129 129 # endif … … 135 135 AssertCompileSize(RTGCINTPTR, 4); 136 136 AssertCompileSize(RTGCUINTPTR, 4); 137 / /AssertCompileSize(RTGCINTREG, 4);137 /*AssertCompileSize(RTGCINTREG, 4);*/ 138 138 AssertCompileSize(RTGCUINTREG, 4); 139 139 140 140 # ifdef IN_GC 141 / /AssertCompileSize(RTCCINTREG, 4);141 /*AssertCompileSize(RTCCINTREG, 4);*/ 142 142 AssertCompileSize(RTCCUINTREG, 4); 143 143 # endif
Note:
See TracChangeset
for help on using the changeset viewer.