summaryrefslogtreecommitdiff
path: root/tests/gem_bad_address.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gem_bad_address.c')
-rw-r--r--tests/gem_bad_address.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_bad_address.c b/tests/gem_bad_address.c
index e7a9587b2..4a4a5703e 100644
--- a/tests/gem_bad_address.c
+++ b/tests/gem_bad_address.c
@@ -50,7 +50,7 @@ struct intel_batchbuffer *batch;
static void
bad_store(void)
{
- BEGIN_BATCH(4);
+ BEGIN_BATCH(4, 0);
OUT_BATCH(MI_STORE_DWORD_IMM | MI_MEM_VIRTUAL | 1 << 21);
OUT_BATCH(0);
OUT_BATCH(BAD_GTT_DEST);