Changeset 36171 in vbox for trunk/src/recompiler/target-i386/helper.c
- Timestamp:
- Mar 4, 2011 1:25:06 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/helper.c
r36170 r36171 1455 1455 asm volatile("pusha \n\t" 1456 1456 "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" 1461 1461 "popa" 1462 1462 : : "a"(function), "c"(count), "S"(vec)
Note:
See TracChangeset
for help on using the changeset viewer.