VirtualBox

Changeset 9350 in vbox for trunk/src/VBox/VMM/PATM


Ignore:
Timestamp:
Jun 3, 2008 12:00:33 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
31566
Message:

Automatic cast is wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PATM/CSAM.cpp

    r9344 r9350  
    12031203            {
    12041204                addr = 0;
    1205                 PGMPhysReadGCPtr(pVM, &addr, cpu.param1.disp32, sizeof(addr));
     1205                PGMPhysReadGCPtr(pVM, &addr, (RTRCUINTPTR)cpu.param1.disp32, sizeof(addr));
    12061206            }
    12071207            else
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