fix wrong bug#
authorDietmar Maurer <dietmar@mono-cvs.ximian.com>
Wed, 17 Jul 2002 09:29:35 +0000 (09:29 -0000)
committerDietmar Maurer <dietmar@mono-cvs.ximian.com>
Wed, 17 Jul 2002 09:29:35 +0000 (09:29 -0000)
svn path=/trunk/mono/; revision=5844

mono/jit/ChangeLog

index 90340e33cc83a53ac8c580a9979a3dda161a9f56..8747f53578117776953526ce3ef1e5d78fdcd274 100644 (file)
@@ -1,7 +1,7 @@
 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
 
        * jit.c (mono_analyze_stack CEE_DIV): added fix from Zoltan Varga
-       (bug #25360)
+       (bug #27423)
 
        * helpers.c (mono_map_ldind_type): added suggested changes from
        Zoltan Varga (support MONO_TYPE_U), variou 64bit fixes