Opened 6 years ago
Closed 6 years ago
#12177 closed Patch - Bug Fix (Fixed)
compilation failure on 32bit systems
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
mythframe.cpp fails to compile for 32bit target with the latest assembly code. This just addresses the cpuid bad constraints error. This is caused by the %ebx register being clobbered.
This patch was produced by referencing http://newbiz.github.io/cpp/2010/12/20/Playing-with-cpuid.html
Attachments (1)
Change History (2)
Changed 6 years ago by
Attachment: | cpuid.patch added |
---|
comment:1 Changed 6 years ago by
Resolution: | → Fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
patch for cpuid on 32 bit systems