This commit is contained in:
parent
778044a79b
commit
eec0ab1f14
@ -5,7 +5,7 @@ diff -r 808c4b54209f block-raw.c
|
|||||||
|
|
||||||
//#define DEBUG_FLOPPY
|
//#define DEBUG_FLOPPY
|
||||||
|
|
||||||
+#define DEBUG_BLOCK
|
+#undef DEBUG_BLOCK
|
||||||
+#ifdef DEBUG_BLOCK
|
+#ifdef DEBUG_BLOCK
|
||||||
+#define DEBUG_BLOCK_PRINT( formatCstr, args... ) fprintf( logfile, formatCstr, ##args ); fflush( logfile )
|
+#define DEBUG_BLOCK_PRINT( formatCstr, args... ) fprintf( logfile, formatCstr, ##args ); fflush( logfile )
|
||||||
+#else
|
+#else
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 12 01:30:23 CEST 2007 - ro@suse.de
|
||||||
|
|
||||||
|
- hack to fix build: undef DEBUG_BLOCK for now
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 28 14:45:41 CEST 2007 - agraf@suse.de
|
Thu Sep 28 14:45:41 CEST 2007 - agraf@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ License: BSD 3-Clause; GPL v2 or later; LGPL v2 or later; X11/MIT
|
|||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
Summary: Universal CPU emulator
|
Summary: Universal CPU emulator
|
||||||
Version: 0.9.0.cvs
|
Version: 0.9.0.cvs
|
||||||
Release: 36
|
Release: 37
|
||||||
Source: %name-%version.tar.bz2
|
Source: %name-%version.tar.bz2
|
||||||
#Patch400: qemu-0.7.0-gcc4-dot-syms.patch
|
#Patch400: qemu-0.7.0-gcc4-dot-syms.patch
|
||||||
#Patch401: qemu-0.8.0-gcc4-hacks.patch
|
#Patch401: qemu-0.8.0-gcc4-hacks.patch
|
||||||
@ -328,6 +328,8 @@ rm -rf %{gcc33tmp}
|
|||||||
%dir /emul/ia32-linux
|
%dir /emul/ia32-linux
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 12 2007 - ro@suse.de
|
||||||
|
- hack to fix build: undef DEBUG_BLOCK for now
|
||||||
* Fri Sep 28 2007 - agraf@suse.de
|
* Fri Sep 28 2007 - agraf@suse.de
|
||||||
- fix SVM support (Alexander Graf)
|
- fix SVM support (Alexander Graf)
|
||||||
* Thu Sep 13 2007 - agraf@suse.de
|
* Thu Sep 13 2007 - agraf@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user