compilation errors (mainly for DEBUG mode)

This commit is contained in:
dborca
2004-01-13 09:22:51 +00:00
parent da0be8d904
commit 21a713dc68
3 changed files with 9 additions and 1 deletions

View File

@@ -411,8 +411,10 @@ clean:
-$(call UNLINK,$(FX_GLIDE_SW)/newpci/pcilib/*.o)
-$(call UNLINK,$(FX_GLIDE_HW)/glide3/src/fxinline.h)
-$(call UNLINK,$(FX_GLIDE_HW)/glide3/src/fxgasm.h)
ifeq ($(FX_GLIDE_HW),h5)
-$(call UNLINK,$(GENDATE))
-$(call UNLINK,$(FXBLDNO))
endif
-$(call UNLINK,$(FX_GLIDE_SW)/texus2/lib/*.o)
realclean: clean

View File

@@ -161,6 +161,9 @@ main (int argc, char **argv)
OFFSET (gc,state.cull_mode,"cull_mode\t");
#ifndef GLIDE3
OFFSET (gc, regDataList,"regDataList\t");
#endif
#ifdef GLIDE_DEBUG
OFFSET (gc,checkPtr,"checkPtr\t\t");
#endif
OFFSET (gc, tsuDataList,"tsuDataList\t");
#ifdef GLIDE3_SCALER

View File

@@ -19,6 +19,9 @@
**
** $Header$
** $Log$
** Revision 1.1.1.1.8.2 2003/11/07 13:38:38 dborca
** unite the clans
**
** Revision 1.1.1.1.8.1 2003/11/03 13:34:29 dborca
** Voodoo2 happiness (DJGPP & Linux)
**
@@ -451,7 +454,7 @@ GR_ENTRY(grTexDownloadTableExt,
{
GR_BEGIN_NOFIFOCHECK("grTexDownloadTableExt",89);
GDBG_INFO_MORE(gc->myLevel,"(%d,%d,0x%x)\n",tmu,type,data);
GR_CHECK_TMU(FN_NAME,tmu);
/*GR_CHECK_TMU(FN_NAME,tmu);*/
GR_CHECK_F(myName, type > GR_TEXTABLE_PALETTE_6666_EXT, "invalid table specified");
GR_CHECK_F(myName, !data, "invalid data pointer");