Skip to content
Snippets Groups Projects
Commit 6606cacd authored by Eric Engestrom's avatar Eric Engestrom :no_entry: Committed by Andres Gomez
Browse files

intel/tools: add missing variable initialisation


Fixes: 6a60beba "intel/tools: Add an error state to aub translator"
Signed-off-by: default avatarEric Engestrom <eric.engestrom@intel.com>
Reviewed-by: default avatarLionel Landwerlin <lionel.g.landwerlin@intel.com>
(cherry picked from commit aac80f75)
parent 1378f331
No related branches found
No related tags found
No related merge requests found
......@@ -205,7 +205,7 @@ main(int argc, char *argv[])
BO_TYPE_UNKNOWN = 0,
BO_TYPE_BATCH,
BO_TYPE_USER,
} bo_type;
} bo_type = BO_TYPE_UNKNOWN;
uint64_t bo_addr;
char *line = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment