VirtualBox

Changeset 33965 in vbox


Ignore:
Timestamp:
Nov 11, 2010 10:28:17 AM (14 years ago)
Author:
vboxsync
Message:

recompiler: fix type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/cpu.h

    r33656 r33965  
    496496typedef union {
    497497    uint8_t _b[8];
    498     uint16_t _w[2];
    499     uint32_t _l[1];
     498    uint16_t _w[4];
     499    uint32_t _l[2];
    500500    float32 _s[2];
    501501    uint64_t q;
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