diff options
Diffstat (limited to 'src/intel/tools/error2aub.c')
-rw-r--r-- | src/intel/tools/error2aub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/tools/error2aub.c b/src/intel/tools/error2aub.c index 2030593691c..8a23d5ef1e7 100644 --- a/src/intel/tools/error2aub.c +++ b/src/intel/tools/error2aub.c @@ -206,7 +206,7 @@ main(int argc, char *argv[]) BO_TYPE_BATCH, BO_TYPE_USER, } bo_type = BO_TYPE_UNKNOWN; - uint64_t bo_addr; + uint64_t bo_addr = 0; char *line = NULL; size_t line_size; |