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/d6d82306978d9878366b68e8e6c20b8965db4f94
Cr-Commit-Position: refs/heads/master@{#35008}
Patch Set 1 #
Messages
Total messages: 10 (4 generated)
|