simulate.cc (6216:2f4020838149) | simulate.cc (7822:fc475ac7d2a4) |
---|---|
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; --- 79 unchanged lines hidden (view full) --- 88 } 89 90 return se_event; 91 } 92 93 if (async_event) { 94 async_event = false; 95 if (async_statdump || async_statreset) { | 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; --- 79 unchanged lines hidden (view full) --- 88 } 89 90 return se_event; 91 } 92 93 if (async_event) { 94 async_event = false; 95 if (async_statdump || async_statreset) { |
96 Stats::StatEvent(async_statdump, async_statreset); | 96 Stats::schedStatEvent(async_statdump, async_statreset); |
97 async_statdump = false; 98 async_statreset = false; 99 } 100 101 if (async_exit) { 102 async_exit = false; 103 exitSimLoop("user interrupt received"); 104 } --- 17 unchanged lines hidden --- | 97 async_statdump = false; 98 async_statreset = false; 99 } 100 101 if (async_exit) { 102 async_exit = false; 103 exitSimLoop("user interrupt received"); 104 } --- 17 unchanged lines hidden --- |