VirtualBox

Changeset 14957 in vbox for trunk/src/recompiler_new


Ignore:
Timestamp:
Dec 3, 2008 8:53:19 PM (16 years ago)
Author:
vboxsync
Message:

recompiler_new: sign fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler_new/VBoxRecompiler.c

    r14956 r14957  
    31733173int32_t remR3PhysReadS16(RTGCPHYS SrcGCPhys)
    31743174{
    3175     uint16_t val;
     3175    int16_t val;
    31763176    STAM_PROFILE_ADV_START(&gStatMemRead, a);
    31773177    VBOX_CHECK_ADDR(SrcGCPhys);
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