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:
Damien Lespiau 2013-01-27 11:23:38 +00:00
parent 1d53e1813e
commit 8eb30d9493

View File

@ -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);
}