mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-21 14:56:18 +00:00
assembler: Fix ')' placement in condition
A small typo in the condition. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
1d53e1813e
commit
8eb30d9493
@ -2226,7 +2226,7 @@ accreg: ACCREG subregnum
|
||||
|
||||
flagreg: FLAGREG subregnum
|
||||
{
|
||||
if ((!IS_GENp(7) && $1) > 0 ||
|
||||
if ((!IS_GENp(7) && $1 > 0) ||
|
||||
(IS_GENp(7) && $1 > 1)) {
|
||||
error(&@2, "flag register number %d out of range\n", $1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user