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. ** when EndBit <= 24 is possible.
*/ */
g_test (F); g_test (F);
ED_TestDone (Expr);
} else { } else {
/* Shift right by the bit offset; no code is emitted if BitOffs is zero */ /* Shift right by the bit offset; no code is emitted if BitOffs is zero */
g_asr (F, Expr->BitOffs); g_asr (F, Expr->BitOffs);