summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/trace/trace.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/trace/trace.xsl')
-rw-r--r--src/gallium/drivers/trace/trace.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/trace/trace.xsl b/src/gallium/drivers/trace/trace.xsl
index 194c8b2efd..3c84c4c35a 100644
--- a/src/gallium/drivers/trace/trace.xsl
+++ b/src/gallium/drivers/trace/trace.xsl
@@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<xsl:apply-templates />
</xsl:template>
- <xsl:template match="bool|int|uint">
+ <xsl:template match="bool|int|uint|enum">
<span class="lit">
<xsl:value-of select="text()"/>
</span>