Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. 13164,13166c13164,13171
  2. <
  3. < ecx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 3`
  4. < edx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 4`
  5. ---
  6. > ecx=0
  7. > edx=0
  8. > ax_cv_gcc_x86_cpuid_0x00000001=${ax_cv_gcc_x86_cpuid_0x00000001//[ $'\r' ]}
  9. > if test "$ax_cv_gcc_x86_cpuid_0x00000001" != "unknown";
  10. > then
  11. > ecx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 3`
  12. > edx=`echo $ax_cv_gcc_x86_cpuid_0x00000001 | cut -d ":" -f 4`
  13. > fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement