docs: turn non-code into comment
If we want syntax-highlighting to actually work here, we should make sure the code actually parses. This fixes a warning during docs build. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8243>
This commit is contained in:

committed by
Marge Bot

parent
c09c8fa34f
commit
c3dbc4df19
@@ -54,7 +54,7 @@ instruction. Deciding which instruction a bitpattern is amounts to:
|
|||||||
m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare;
|
m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare;
|
||||||
|
|
||||||
if (m == bitsets[n]->match) {
|
if (m == bitsets[n]->match) {
|
||||||
... we've found the instruction description ...
|
/* we've found the instruction description */
|
||||||
}
|
}
|
||||||
|
|
||||||
For example, the starting point to decode an ir3 instruction is a 64b
|
For example, the starting point to decode an ir3 instruction is a 64b
|
||||||
|
Reference in New Issue
Block a user