glide2x, cvg, fxgasm.c: remove the old 'kTriProcOffsetClean' hack.

This commit is contained in:
sezero
2018-08-18 13:23:40 +03:00
parent 8a425599ef
commit 4e3b368794

View File

@@ -79,10 +79,7 @@ main (int argc, char **argv)
printf("#define kTriProcOffset 0x%lXUL\n",
offsetof(struct GrGC_s, curArchProcs.triSetupProc));
printf("#define kTriProcOffsetClean %d\n",
offsetof(struct GrGC_s, curArchProcs.triSetupProc));
#endif /* GLIDE_DISPATCH_SETUP */
printf("/* The # of 2-byte entries in the hw fog table */\n");
printf("#define kInternalFogTableEntryCount 0x%lXUL\n",
sizeof(dummyRegs.fogTable) >> 1);