mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
tools/trace: Fix syntax.
Cleaned/commented up the code, but forgot to actually test before commiting...
This commit is contained in:
parent
5a0556f061
commit
a3d75db022
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def serialize(obj):
|
|||
if crc32 < 0:
|
||||
crc32 += 0x100000000
|
||||
return 'blob(size=%u,crc32=0x%08x)' % (len(obj), crc32)
|
||||
if True
|
||||
if True:
|
||||
# Dump blobs as an array of 16byte hexadecimals
|
||||
res = []
|
||||
for i in range(0, len(obj), 16):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue