URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=35cf7c6b3c8cb68ab2dc394b7d30c2eacd438dd7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
35cf7c6 by Guy Harris (guy@xxxxxxxxxxxx):
    Distinguish between IA-32 and non-x86.
    
    In case we make ws_cpuid() work on IA-32 processors, add a separate
    "always returns no" version of ws_cpuid() for non-x86 processors.
    
    Change-Id: Id6fbd3e5c7d4f04063bc9bcd8f1644cd617b297e
    Reviewed-on: https://code.wireshark.org/review/6184
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  cb7c949   Move some routines into ws_version_info.c.
    adds  35cf7c6   Distinguish between IA-32 and non-x86.
Summary of changes:
 wsutil/ws_cpuid.h |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)