mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 07:00:12 +01:00
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:
parent
c09c8fa34f
commit
c3dbc4df19
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue