Skip to content

Commit

Permalink
Remove unnecessary lines of code
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Jul 19, 2014
1 parent f9a8e0c commit 50ee3b7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions JSON/i-nex-cpuid.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ int main(void)
printf("Error: %s\n", cpuid_error());
return -3;
}
/**int a, b;
for (a = 0; a < 5; a++)
{
__asm__("cpuid"
:"=a"(b) // EAX into b (output)
:"0"(a) // a into EAX (input)
:"%ebx","%ecx","%edx"); // clobbered registers
printf("The code %i gives %i\n", a, b);
}*/
struct cpu_mark_t mark;
cpu_tsc_mark(&mark);
cpu_tsc_unmark(&mark);
Expand Down

0 comments on commit 50ee3b7

Please sign in to comment.