1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-19 02:33:19 +00:00

Remove extra ED_TestDone call

Accidentally added in #1141.
This commit is contained in:
Jesse Rosenstock 2020-08-03 09:07:36 +02:00 committed by Oliver Schmidt
parent bae431eab0
commit 0c72647edd

View File

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