diff options
Diffstat (limited to 'x86cpuid.c')
-rw-r--r-- | x86cpuid.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -12,9 +12,9 @@ int main() int i; int j; char c; - + signal(SIGILL,nope); - + x[0] = 0; x[1] = 0; x[2] = 0; @@ -32,8 +32,8 @@ int main() putchar(c); } } - + printf("-%08x-%08x\n",y[0],y[3]); - + return 0; } |