diff options
| author | 2011-12-04 18:50:00 +0000 | |
|---|---|---|
| committer | 2011-12-04 18:50:00 +0000 | |
| commit | ba2d56dc725216e02517cd0bafa1f42c1da838ac (patch) | |
| tree | a0eee6725797685ed603c4cb09af2b4bada4fa18 /src/emu/diexec.h | |
| parent | 2592b58d583dea3d8a8c0e933ad15ccbba0c70c0 (diff) | |
Clean-ups and version bumpmame0144u2
Diffstat (limited to 'src/emu/diexec.h')
| -rw-r--r-- | src/emu/diexec.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/diexec.h b/src/emu/diexec.h index 488f70cc1a1..5bc1a29f770 100644 --- a/src/emu/diexec.h +++ b/src/emu/diexec.h @@ -205,7 +205,7 @@ public: // required operation overrides //#if USE_COTHREADS -// void run() { m_cothread.make_active(); } +// void run() { m_cothread.make_active(); } //#else void run() { execute_run(); } //#endif @@ -272,7 +272,7 @@ protected: }; // internal state -// cothread m_cothread; // thread used for execution +// cothread m_cothread; // thread used for execution // configuration bool m_disabled; // disabled from executing? |
