mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@3117 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
aeadc056c7
commit
d184d938fd
@ -77,6 +77,7 @@ static void LoadConstant (unsigned Flags, ExprDesc* Expr)
|
||||
Error ("Cannot take the address of a register variable");
|
||||
}
|
||||
g_getimmed ((Flags | CF_REGVAR) & ~CF_CONST, Expr->Name, Expr->IVal);
|
||||
break;
|
||||
|
||||
case E_LOC_STACK:
|
||||
g_leasp (Expr->IVal);
|
||||
|
Loading…
Reference in New Issue
Block a user