mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +00:00
committed by
Oliver Schmidt
parent
bae431eab0
commit
0c72647edd
@@ -238,7 +238,6 @@ void LoadExpr (unsigned Flags, struct ExprDesc* Expr)
|
||||
** when EndBit <= 24 is possible.
|
||||
*/
|
||||
g_test (F);
|
||||
ED_TestDone (Expr);
|
||||
} else {
|
||||
/* Shift right by the bit offset; no code is emitted if BitOffs is zero */
|
||||
g_asr (F, Expr->BitOffs);
|
||||
|
Reference in New Issue
Block a user