• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révisionbdb0912d5d0a9e04ec60dd26ba72600e66cf4669 (tree)
l'heure2015-10-26 17:30:40
Auteurphabrics <phabrics@phab...>
Commiterphabrics

Message de Log

Update to 0.12beta8

Change Summary

Modification

--- a/contrib/tme-0.8/configure.ac
+++ b/contrib/tme-0.8/configure.ac
@@ -34,7 +34,7 @@ dnl POSSIBILITY OF SUCH DAMAGE.
3434 dnl Checks that we are given a good source directory.
3535 AC_PREREQ([2.68])
3636 m4_include(version.m4)
37-AC_INIT([tme], [0.12beta7])
37+AC_INIT([tme], [0.12beta8])
3838 AC_CONFIG_SRCDIR([ic/m68k/m68k-impl.h])
3939 AC_CONFIG_MACRO_DIR([m4])
4040 AC_CANONICAL_TARGET
--- a/contrib/tme-0.8/ic/sparc/stp103x.c
+++ b/contrib/tme-0.8/ic/sparc/stp103x.c
@@ -3744,11 +3744,11 @@ _tme_stp103x_tick_compare_th(void *_ic)
37443744 unsigned long tick_compare_time_tv_usec;
37453745 tme_time_t sleep;
37463746
3747- tme_thread_enter(&ic->tme_sparc_external_mutex);
3748-
37493747 /* recover our data structure: */
37503748 ic = (struct tme_sparc *) _ic;
37513749
3750+ tme_thread_enter(&ic->tme_sparc_external_mutex);
3751+
37523752 /* loop forever: */
37533753 for (;;) {
37543754
--- a/contrib/tme-0.8/machine/sun/sun-cgtwo.c
+++ b/contrib/tme-0.8/machine/sun/sun-cgtwo.c
@@ -810,11 +810,11 @@ _tme_suncg2_callout_th(void *_suncg2)
810810 {
811811 struct tme_suncg2 *suncg2;
812812
813- tme_thread_enter(&suncg2->tme_suncg2_mutex);
814-
815813 /* recover our data structure: */
816814 suncg2 = _suncg2;
817815
816+ tme_thread_enter(&suncg2->tme_suncg2_mutex);
817+
818818 /* the callout thread is no longer running: */
819819 suncg2->tme_suncg2_flags &= ~TME_SUNCG2_FLAG_CALLOUT_THREAD_RUNNING;
820820