- Timestamp:
- Jan 25, 2007 11:22:02 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 17893
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r1 r339 710 710 * eax eax [g_u32Gookie] 711 711 */ 712 #ifndef __WIN__713 *pb++ = 0xcc; /* fix me!! */714 *pb++ = 0xc3;715 #endif716 712 *pb++ = 0xb8; /* mov eax, <g_u32Cookie> */ 717 713 *(uint32_t *)pb = g_u32Cookie;
Note:
See TracChangeset
for help on using the changeset viewer.