Skip to content

Commit

Permalink
Fix Processor accumulator
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jun 30, 2014
1 parent 5b2259d commit 2466691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JSON/i-nex-cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ int main(void)
printf(" \"98\": {\n");
printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_PA] ? "1 ," : "0 ,");
printf(" \"NAME\": \"CPU_FEATURE_PA\",\n");
printf(" \"FEATURE\": \"mtrr\",\n");
printf(" \"FEATURE\": \"pa\",\n");
printf(" \"WEBSITE\": \"\",\n");
printf(" \"HAVEWEBSITE\": 0 ,\n");
printf(" \"DESC\": \"Processor accumulator\"\n");
Expand Down

0 comments on commit 2466691

Please sign in to comment.