VirtualBox

Changeset 339 in vbox for trunk


Ignore:
Timestamp:
Jan 25, 2007 11:22:02 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
17893
Message:

Removed int3+ret blocking interrupt gate calls on Linux/GNU (amd64).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r1 r339  
    710710     *      eax     eax     [g_u32Gookie]
    711711     */
    712 #ifndef __WIN__
    713 *pb++ = 0xcc; /* fix me!! */
    714 *pb++ = 0xc3;
    715 #endif
    716712    *pb++ = 0xb8;                       /* mov eax, <g_u32Cookie> */
    717713    *(uint32_t *)pb = g_u32Cookie;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette