Deleted Added
sdiff udiff text old ( 3468:cf23ad1ceef2 ) new ( 3521:0b0b3551def0 )
full compact
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
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 ---