Changeset 9216 in vbox for trunk/include/VBox
- Timestamp:
- May 29, 2008 11:29:55 AM (17 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/dis.h
r9131 r9216 384 384 typedef const struct _OPCODE *PCOPCODE; 385 385 386 typedef DECLCALLBACK(int) FN_DIS_READBYTES(RTUINTPTR pSrc, uint8_t *pDest, u int32_tsize, void *pvUserdata);386 typedef DECLCALLBACK(int) FN_DIS_READBYTES(RTUINTPTR pSrc, uint8_t *pDest, unsigned size, void *pvUserdata); 387 387 typedef FN_DIS_READBYTES *PFN_DIS_READBYTES; 388 388 -
trunk/include/VBox/pdmcritsect.h
r8677 r9216 48 48 { 49 49 /** Padding. */ 50 uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0x8 0];50 uint8_t padding[HC_ARCH_BITS == 64 ? 0xb8 : 0x88]; 51 51 #ifdef PDMCRITSECTINT_DECLARED 52 52 /** The internal structure (not normally visible). */
Note:
See TracChangeset
for help on using the changeset viewer.