[MPlayer-cvslog] r30702 - trunk/loader/module.c
diego
subversion at mplayerhq.hu
Mon Feb 22 14:59:32 CET 2010
Author: diego
Date: Mon Feb 22 14:59:32 2010
New Revision: 30702
Log:
Remove pointless '#if 1' preprocessor directive.
Modified:
trunk/loader/module.c
Modified: trunk/loader/module.c
==============================================================================
--- trunk/loader/module.c Mon Feb 22 14:55:00 2010 (r30701)
+++ trunk/loader/module.c Mon Feb 22 14:59:32 2010 (r30702)
@@ -849,7 +849,6 @@ static int report_func(void *stack_base,
#endif
-#if 1
// emulate some functions:
switch(reg->eax){
// memory management:
@@ -895,7 +894,6 @@ static int report_func(void *stack_base,
#endif
return 1;
}
-#endif
#if 0
switch(reg->eax){
More information about the MPlayer-cvslog
mailing list