Changeset 381
- Timestamp:
- 02/12/10 14:08:08 (2 years ago)
- Files:
-
- branches/dmd-1.x/src/backend/cod1.c (modified) (2 diffs)
- trunk/src/backend/cod1.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dmd-1.x/src/backend/cod1.c
r308 r381 1 1 // Copyright (C) 1984-1998 by Symantec 2 // Copyright (C) 2000-20 09by Digital Mars2 // Copyright (C) 2000-2010 by Digital Mars 3 3 // All Rights Reserved 4 4 // http://www.digitalmars.com … … 3363 3363 { 3364 3364 c1 = loadea(e,&cs,0x0B,reg,i,regm,0); // OR reg,data+i 3365 if (i == 0) 3366 c1->Iflags |= CFpsw; // need the flags on last OR 3365 3367 c = cat(c,c1); 3366 3368 } trunk/src/backend/cod1.c
r308 r381 1 1 // Copyright (C) 1984-1998 by Symantec 2 // Copyright (C) 2000-20 09by Digital Mars2 // Copyright (C) 2000-2010 by Digital Mars 3 3 // All Rights Reserved 4 4 // http://www.digitalmars.com … … 3363 3363 { 3364 3364 c1 = loadea(e,&cs,0x0B,reg,i,regm,0); // OR reg,data+i 3365 if (i == 0) 3366 c1->Iflags |= CFpsw; // need the flags on last OR 3365 3367 c = cat(c,c1); 3366 3368 }
