Initialize tag to 0 in tbx mode.

Change-Id: Ic85984384446cb75bdcebe1ec50fa4cc1dd69600
This commit is contained in:
Mrozek, Michal
2018-11-22 16:02:39 +01:00
committed by sys_ocldev
parent 706d9f8070
commit fbf0d44fff

View File

@ -211,6 +211,7 @@ int main(int argc, char **argv) {
if (testMode == TestMode::AubTests) {
testMode = TestMode::AubTestsWithTbx;
}
initialHardwareTag = 0;
} else if (!strcmp("--devices", argv[i])) {
++i;
if (i < argc) {