Skip to content

Commit 79f5a59

Browse files
DianaChenigcbot
authored andcommitted
vISA: Fixed platform name in needIPWA
1 parent 3b69370 commit 79f5a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/HWCaps.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ SPDX-License-Identifier: MIT
436436

437437
bool needIPWA() const
438438
{
439-
return getPlatform() == GENX_XE_HP;
439+
return getPlatform() == XE_HP;
440440
}
441441

442442
bool canEncodeFullExtDesc() const

0 commit comments

Comments
 (0)