isa.hh (9384:877293183bdf) | isa.hh (9425:a24092160ec7) |
---|---|
1/* 2 * Copyright (c) 2009 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; --- 158 unchanged lines hidden (view full) --- 167 return reg; 168 } 169 170 int 171 flattenFloatIndex(int reg) 172 { 173 return reg; 174 } | 1/* 2 * Copyright (c) 2009 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; --- 158 unchanged lines hidden (view full) --- 167 return reg; 168 } 169 170 int 171 flattenFloatIndex(int reg) 172 { 173 return reg; 174 } |
175 176 void serialize(EventManager *em, std::ostream &os) 177 {} 178 void unserialize(EventManager *em, Checkpoint *cp, 179 const std::string §ion) 180 {} | |
181 }; 182} 183 184#endif | 175 }; 176} 177 178#endif |