pseudo_inst.cc (7064:586b0e3a12b3) pseudo_inst.cc (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2003-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;

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

321}
322
323void
324switchcpu(ThreadContext *tc)
325{
326 exitSimLoop("switchcpu");
327}
328
1/*
2 * Copyright (c) 2003-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;

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

321}
322
323void
324switchcpu(ThreadContext *tc)
325{
326 exitSimLoop("switchcpu");
327}
328
329/* namespace PseudoInst */ }
329} // namespace PseudoInst