glide2x, cvg/h3, fxgasm.c: write kTriProcOffset into fxgasm.h, too.

This commit is contained in:
sezero
2018-08-18 20:01:56 +03:00
parent 6e6171b857
commit 5c3ead43e6
2 changed files with 7 additions and 1 deletions

View File

@@ -123,6 +123,10 @@ main (int argc, char **argv)
OFFSET (gc, cmdTransportInfo.fifoLfbP, "fifoLfbP");
OFFSET (gc, cmdTransportInfo.lfbLockCount, "lfbLockCount");
#if GLIDE_DISPATCH_SETUP
OFFSET (gc,curArchProcs.triSetupProc,"kTriProcOffset\t\t");
#endif
SIZEOF (gr.GCs[0].state,"GrState\t");
SIZEOF (gr.hwConfig,"GrHwConfiguration");
SIZEOF (gr.GCs[0],"GC\t");

View File

@@ -194,8 +194,10 @@ main (int argc, char **argv)
OFFSET(gc, checkCounter, "gc_checkCounter");
OFFSET(gc, checkPtr, "gc_checkPtr");
#if GLIDE_DISPATCH_SETUP
OFFSET (gc,archDispatchProcs.triSetupProc,"kTriProcOffset\t\t");
#endif
SIZEOF (gr.GCs[0].state,"GrState\t");
SIZEOF (gr.hwConfig,"GrHwConfiguration");