Update the number of segments for the performance analyzer tool

This commit is contained in:
dwsJason 2018-12-01 22:02:57 -05:00
parent 541fe9990c
commit 2e6ba4dd14
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ void GetLoadSegments()
int idx;
static LoadSegRec result;
outData[0] = 16; // first value, the number of segments
outData[0] = 19; // first value, the number of segments
printf("$%08p GetLoadSegments\n", (Pointer)&GetLoadSegments);
printf("$%04X userid\n", userid());