intel: Fix type correctly this time

Facepalm.
This commit is contained in:
Jakob Bornecrantz 2009-01-28 23:40:10 +01:00
parent b5fc2a68e8
commit e74be3f08e

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)