diff vm.c @ 106:e984044bbe7b src

port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of libdvdnav
author mroi
date Wed, 23 Oct 2002 11:38:09 +0000
parents f885a4cb7bce
children f41eae322bd1
line wrap: on
line diff
--- a/vm.c	Mon Oct 21 12:42:53 2002 +0000
+++ b/vm.c	Wed Oct 23 11:38:09 2002 +0000
@@ -1741,7 +1741,7 @@
   (vm->state).vtsN = vtsN;  /* Not sure about this one. We can get to it easily from TTN_REG */
   /* Any other registers? */
   
-  res = set_PGC(vm, pgcN);   // This clobber's state.pgN (sets it to 1), but we don't want clobbering here.
+  res = set_PGC(vm, pgcN);   /* This clobber's state.pgN (sets it to 1), but we don't want clobbering here. */
   (vm->state).pgN = pgN; /*  Part?? */
   return res;
 }
@@ -1988,6 +1988,10 @@
 
 /*
  * $Log$
+ * Revision 1.37  2002/10/23 11:38:09  mroi
+ * port Stephen's comment fixing to avoid problems when syncing xine-lib's copy of
+ * libdvdnav
+ *
  * Revision 1.36  2002/09/22 11:53:32  mroi
  * small output beautification
  *