Revision 5fafdf24 target-i386/ops_sse.h

b/target-i386/ops_sse.h
1 1
/*
2 2
 *  MMX/SSE/SSE2/PNI support
3
 * 
3
 *
4 4
 *  Copyright (c) 2005 Fabrice Bellard
5 5
 *
6 6
 * This library is free software; you can redistribute it and/or
......
1213 1213
{
1214 1214
    Reg *d = (Reg *)((char *)env + PARAM1);
1215 1215
    int pos = PARAM2;
1216
    
1216
   
1217 1217
    d->W(pos) = T0;
1218 1218
}
1219 1219

  
......
1221 1221
{
1222 1222
    Reg *s = (Reg *)((char *)env + PARAM1);
1223 1223
    int pos = PARAM2;
1224
    
1224
   
1225 1225
    T0 = s->W(pos);
1226 1226
}
1227 1227

  

Also available in: Unified diff