mirror of
https://github.com/cc65/cc65.git
synced 2025-02-28 20:29:46 +00:00
Fixed wrong case in PreDec codegen, which never seems to be in use though.
This commit is contained in:
parent
07a5324a81
commit
8066cd9ace
@ -1569,7 +1569,7 @@ static void PreDec (ExprDesc* Expr)
|
||||
|
||||
case E_LOC_PRIMARY:
|
||||
/* The primary register */
|
||||
g_inc (Flags, Val);
|
||||
g_dec (Flags, Val);
|
||||
break;
|
||||
|
||||
case E_LOC_EXPR:
|
||||
|
Loading…
x
Reference in New Issue
Block a user