intel: Fix typo

This commit is contained in:
Jakob Bornecrantz 2009-01-28 23:37:23 +01:00
parent 72b2733287
commit b5fc2a68e8

View file

@ -72,7 +72,7 @@ intel_be_offset_relocation(struct intel_be_batchbuffer *batch,
read_domains,
write_domain);
((uint32_t*)batch->base.ptr)[0] = bo->offset = pre_add;
((uint32_t*)batch->base.ptr)[0] = bo->offset - pre_add;
batch->base.ptr += 4;
if (!ret)