Skip to content

Commit

Permalink
Fix Bug (this is different from SSE3!) https://bugs.launchpad.net/i-n…
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jan 19, 2014
1 parent b1a947a commit 8bbf185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int main(void)
printf(" \"FEATURE\": \"ssse3\",\n");
printf(" \"WEBSITE\": \"http://en.wikipedia.org/wiki/SSE3\",\n");
printf(" \"HAVEWEBSITE\": 1 ,\n");
printf(" \"DESC\": \"SSSE3 instructionss supported (this is different from SSE3!\"\n");
printf(" \"DESC\": \"SSSE3 instructionss supported (this is different from SSE3!)\"\n");
printf(" },\n");
printf(" \"8\": {\n");
printf(" \"VALUE\": %s \n", data.flags[CPU_FEATURE_LM] ? "1 ," : "0 ,");
Expand Down

0 comments on commit 8bbf185

Please sign in to comment.