From 0c72647edda327df6970773cefb28d3c7c6a41d9 Mon Sep 17 00:00:00 2001 From: Jesse Rosenstock Date: Mon, 3 Aug 2020 09:07:36 +0200 Subject: [PATCH] Remove extra ED_TestDone call Accidentally added in #1141. --- src/cc65/loadexpr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cc65/loadexpr.c b/src/cc65/loadexpr.c index 1a6e43779..1ea86fa2d 100644 --- a/src/cc65/loadexpr.c +++ b/src/cc65/loadexpr.c @@ -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);