thread_context.hh (3468:cf23ad1ceef2) thread_context.hh (3521:0b0b3551def0)
1/*
2 * Copyright (c) 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;

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

266 unsigned readStCondFailures()
267 { return actualTC->readStCondFailures(); }
268
269 void setStCondFailures(unsigned sc_failures)
270 {
271 checkerTC->setStCondFailures(sc_failures);
272 actualTC->setStCondFailures(sc_failures);
273 }
1/*
2 * Copyright (c) 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;

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

266 unsigned readStCondFailures()
267 { return actualTC->readStCondFailures(); }
268
269 void setStCondFailures(unsigned sc_failures)
270 {
271 checkerTC->setStCondFailures(sc_failures);
272 actualTC->setStCondFailures(sc_failures);
273 }
274#if FULL_SYSTEM
275 bool inPalMode() { return actualTC->inPalMode(); }
276#endif
277
278 // @todo: Fix this!
279 bool misspeculating() { return actualTC->misspeculating(); }
280
281#if !FULL_SYSTEM
282 IntReg getSyscallArg(int i) { return actualTC->getSyscallArg(i); }
283
284 // used to shift args for indirect syscall

--- 23 unchanged lines hidden ---
274
275 // @todo: Fix this!
276 bool misspeculating() { return actualTC->misspeculating(); }
277
278#if !FULL_SYSTEM
279 IntReg getSyscallArg(int i) { return actualTC->getSyscallArg(i); }
280
281 // used to shift args for indirect syscall

--- 23 unchanged lines hidden ---