1
0
Fork 0

Fix bug 1542808 (BaK doesn't work on AMD 64). Apply patch 1555327 (A few less warnings) by Guido de Jong.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2699
This commit is contained in:
Peter Veenstra 2006-09-14 18:46:48 +00:00
parent 0cee9f42c7
commit acce481653
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: cpu.cpp,v 1.83 2006-06-29 09:10:09 c2woody Exp $ */
/* $Id: cpu.cpp,v 1.84 2006-09-14 18:46:48 qbix79 Exp $ */
#include <assert.h>
#include "dosbox.h"
@ -33,7 +33,8 @@ extern void GFX_SetTitle(Bits cycles ,Bits frameskip,bool paused);
#if 1
#undef LOG
#define LOG(X,Y)
#define LOG(X,Y) CPU_LOG
#define CPU_LOG(...)
#endif
CPU_Regs cpu_regs;