summaryrefslogtreecommitdiff
path: root/assembler/gram.y
diff options
context:
space:
mode:
Diffstat (limited to 'assembler/gram.y')
-rw-r--r--assembler/gram.y3
1 files changed, 2 insertions, 1 deletions
diff --git a/assembler/gram.y b/assembler/gram.y
index 03f1be64..bdcfe79a 100644
--- a/assembler/gram.y
+++ b/assembler/gram.y
@@ -1842,7 +1842,8 @@ msgtarget: NULL_TOKEN
if ($3 != GEN6_SFID_DATAPORT_SAMPLER_CACHE &&
$3 != GEN6_SFID_DATAPORT_RENDER_CACHE &&
$3 != GEN6_SFID_DATAPORT_CONSTANT_CACHE &&
- $3 != GEN7_SFID_DATAPORT_DATA_CACHE) {
+ $3 != GEN7_SFID_DATAPORT_DATA_CACHE &&
+ $3 != HSW_SFID_DATAPORT_DATA_CACHE1) {
error (&@3, "error: wrong cache type\n");
}