VirtualBox

Ignore:
Timestamp:
Mar 4, 2011 1:25:06 PM (14 years ago)
Author:
vboxsync
Message:

rem: Merged in changes from the branches/stable_0_10 (r7249).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/target-i386/helper.c

    r36170 r36171  
    14551455    asm volatile("pusha \n\t"
    14561456                 "cpuid \n\t"
    1457                  "mov %%eax, 0(%1) \n\t"
    1458                  "mov %%ebx, 4(%1) \n\t"
    1459                  "mov %%ecx, 8(%1) \n\t"
    1460                  "mov %%edx, 12(%1) \n\t"
     1457                 "mov %%eax, 0(%2) \n\t"
     1458                 "mov %%ebx, 4(%2) \n\t"
     1459                 "mov %%ecx, 8(%2) \n\t"
     1460                 "mov %%edx, 12(%2) \n\t"
    14611461                 "popa"
    14621462                 : : "a"(function), "c"(count), "S"(vec)
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