isa_traits.hh (2754:e3d023bc752c) isa_traits.hh (2909:4f5e7d6fab54)
1/*
2 * Copyright (c) 2003-2005 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;

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

124
125 /**
126 * Function to insure ISA semantics about 0 registers.
127 * @param tc The thread context.
128 */
129 template <class TC>
130 void zeroRegisters(TC *tc);
131
1/*
2 * Copyright (c) 2003-2005 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;

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

124
125 /**
126 * Function to insure ISA semantics about 0 registers.
127 * @param tc The thread context.
128 */
129 template <class TC>
130 void zeroRegisters(TC *tc);
131
132 const Addr MaxAddr = (Addr)-1;
132// const Addr MaxAddr = (Addr)-1;
133
134 void copyRegs(ThreadContext *src, ThreadContext *dest);
135
136 // Machine operations
137
138 void saveMachineReg(AnyReg &savereg, const RegFile &reg_file,
139 int regnum);
140

--- 43 unchanged lines hidden ---
133
134 void copyRegs(ThreadContext *src, ThreadContext *dest);
135
136 // Machine operations
137
138 void saveMachineReg(AnyReg &savereg, const RegFile &reg_file,
139 int regnum);
140

--- 43 unchanged lines hidden ---