mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 20:48:08 +02:00
intel: Fix type correctly this time
Facepalm.
This commit is contained in:
parent
b5fc2a68e8
commit
e74be3f08e
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue