glide2x, cvg/h3, fxgasm.c: write kTriProcOffset into fxgasm.h, too.
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user