We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ljd@09:55:41:go $ go run t.go
/data/go/src/cpuid/cpuid.go:12:3: error: instruction requires: Not 64-bit mode "pushl %%ebx \n\t" ^ :1:2: note: instantiated into assembly here pushl %ebx ^ /data/go/src/cpuid/cpuid.go:14:23: error: instruction requires: Not 64-bit mode "movl %%ebx, %1\n\t" ^ :4:2: note: instantiated into assembly here popl %ebx ^ /data/go/src/cpuid/cpuid.go:29:3: error: instruction requires: Not 64-bit mode "pushl %%ebx \n\t" ^ :1:2: note: instantiated into assembly here pushl %ebx ^ /data/go/src/cpuid/cpuid.go:31:23: error: instruction requires: Not 64-bit mode "movl %%ebx, %1\n\t" ^ :4:2: note: instantiated into assembly here popl %ebx ^ 4 errors generated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ljd@09:55:41:go $ go run t.go
cpuid
/data/go/src/cpuid/cpuid.go:12:3: error: instruction requires: Not 64-bit mode
"pushl %%ebx \n\t"
^
:1:2: note: instantiated into assembly here
pushl %ebx
^
/data/go/src/cpuid/cpuid.go:14:23: error: instruction requires: Not 64-bit mode
"movl %%ebx, %1\n\t"
^
:4:2: note: instantiated into assembly here
popl %ebx
^
/data/go/src/cpuid/cpuid.go:29:3: error: instruction requires: Not 64-bit mode
"pushl %%ebx \n\t"
^
:1:2: note: instantiated into assembly here
pushl %ebx
^
/data/go/src/cpuid/cpuid.go:31:23: error: instruction requires: Not 64-bit mode
"movl %%ebx, %1\n\t"
^
:4:2: note: instantiated into assembly here
popl %ebx
^
4 errors generated.
The text was updated successfully, but these errors were encountered: