From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOuJm-0000fA-FN for qemu-devel@nongnu.org; Wed, 25 Sep 2013 15:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VOuJf-0008QT-SW for qemu-devel@nongnu.org; Wed, 25 Sep 2013 15:00:10 -0400 Received: from ssl.serverraum.org ([2a01:4f8:a0:1283::1:2]:52241) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VOuJf-0008Nm-Jn for qemu-devel@nongnu.org; Wed, 25 Sep 2013 15:00:03 -0400 From: Michael Walle Date: Wed, 25 Sep 2013 20:59:26 +0200 Message-Id: <1380135572-25095-6-git-send-email-michael@walle.cc> In-Reply-To: <1380135572-25095-1-git-send-email-michael@walle.cc> References: <1380135572-25095-1-git-send-email-michael@walle.cc> Subject: [Qemu-devel] [PULL 05/11] target-lm32: register helper functions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Michael Walle This has been forgotton in the initial commit. Fix it. Reported-by: Richard Henderson Signed-off-by: Michael Walle --- target-lm32/translate.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target-lm32/translate.c b/target-lm32/translate.c index 6ea0ecd..9605494 100644 --- a/target-lm32/translate.c +++ b/target-lm32/translate.c @@ -1234,5 +1234,8 @@ void lm32_translate_init(void) cpu_deba = tcg_global_mem_new(TCG_AREG0, offsetof(CPULM32State, deba), "deba"); + +#define GEN_HELPER 2 +#include "helper.h" } -- 1.7.10.4