simulate.cc (4123:9c80390ea1bb) simulate.cc (4385:5beaa4f8f821)
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;

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

87 }
88
89 return se_event;
90 }
91
92 if (async_event) {
93 async_event = false;
94 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;

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

87 }
88
89 return se_event;
90 }
91
92 if (async_event) {
93 async_event = false;
94 if (async_statdump || async_statreset) {
95 Stats::StatEvent(async_statdump, async_statreset);
95 async_statdump = false;
96 async_statreset = false;
96 async_statdump = false;
97 async_statreset = false;
97
98 Stats::StatEvent(async_statdump, async_statreset);
99 }
100
101 if (async_exit) {
102 async_exit = false;
103 exitSimLoop("user interrupt received");
104 }
105
106 if (async_io || async_alarm) {

--- 15 unchanged lines hidden ---
98 }
99
100 if (async_exit) {
101 async_exit = false;
102 exitSimLoop("user interrupt received");
103 }
104
105 if (async_io || async_alarm) {

--- 15 unchanged lines hidden ---