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:
Erik Faye-Lund 2021-01-21 15:16:49 +01:00 committed by Marge Bot
parent c09c8fa34f
commit c3dbc4df19

View File

@ -54,7 +54,7 @@ instruction. Deciding which instruction a bitpattern is amounts to:
m = (val & bitsets[n]->mask) & ~bitsets[n]->dontcare;
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