DescriptionFix a warning about inline asm source/destination mismatches for cache_type_register_.
The warning notes that we'd want a 'w' register here because the size of
the operand is 32-bit, however, the instruction only takes an 'x'
register and so force that using the 'x' modifier on the instruction.
BUG=
Committed: https://crrev.com/8d7399f9f8688a93137ced9e084bccb8cc1b075c
Cr-Commit-Position: refs/heads/master@{#34766}
Patch Set 1 #
Messages
Total messages: 9 (3 generated)
|