isa.hh (6334:285b9886fee2) isa.hh (6678:34191eea18c1)
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 }
168
169 int
170 flattenFloatIndex(int reg)
171 {
172 return reg;
173 }
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 }
168
169 int
170 flattenFloatIndex(int reg)
171 {
172 return reg;
173 }
174
175 void serialize(std::ostream &os);
176 void unserialize(Checkpoint *cp, const std::string &section);
175 void serialize(EventManager *em, std::ostream &os)
176 {}
177 void unserialize(EventManager *em, Checkpoint *cp,
178 const std::string &section)
179 {}
177 };
178}
179
180#endif
180 };
181}
182
183#endif