VirtualBox

Changeset 726 in vbox for trunk/src/VBox/VMM/testcase


Ignore:
Timestamp:
Feb 6, 2007 7:21:48 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
18368
Message:

Implemented the VMMR0 setjmp/longjmp like stuff for AMD64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMMR0CallHost-1.cpp

    r161 r726  
    6262DECLCALLBACK(int) tst2(intptr_t i)
    6363{
     64    if (i < 0 || i > 8192)
     65    {
     66        RTPrintf("tstVMMR0CallHost-1: FAILURE - i=%d is out of range [0..8192]\n", i);
     67        return 1;
     68    }
    6469    int iExpect = (i % 7) == 0 ? i + 10000 : i;
    6570    int rc = foo(i, 0, -1);
Note: See TracChangeset for help on using the changeset viewer.

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