Deleted Added
sdiff udiff text old ( 3172:2c84db071850 ) new ( 3326:d9cc6bae9d77 )
full compact
1/*
2 * Copyright (c) 2004-2006 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 83 unchanged lines hidden (view full) ---

92 req = NULL;
93 memData = NULL;
94 effAddr = 0;
95 physEffAddr = 0;
96
97 readyRegs = 0;
98
99 instResult.integer = 0;
100 recordResult = true;
101
102 status.reset();
103
104 eaCalcDone = false;
105 memOpDone = false;
106
107 lqIdx = -1;
108 sqIdx = -1;

--- 190 unchanged lines hidden ---