- Timestamp:
- Apr 29, 2008 10:00:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/target-i386/helper.c
r8353 r8450 4764 4764 addr = ptr + 0xa0; 4765 4765 for(i = 0; i < nb_xmm_regs; i++) { 4766 #if HC_ARCH_BITS == 32 && 04766 #if HC_ARCH_BITS == 32 4767 4767 /* this is a workaround for http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35135 */ 4768 4768 env->xmm_regs[i].XMM_L(0) = ldl(addr);
Note:
See TracChangeset
for help on using the changeset viewer.