From 9c78da8a32f679e3662d80d361a5eec31740cf95 Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Wed, 21 May 2014 12:50:12 +0800 Subject: [PATCH] forget Delete __va_ld_reg --- lib/libtcc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libtcc1.c b/lib/libtcc1.c index 58324a92..b944f4f7 100644 --- a/lib/libtcc1.c +++ b/lib/libtcc1.c @@ -640,7 +640,7 @@ extern void abort(void); #endif enum __va_arg_type { - __va_gen_reg, __va_float_reg, __va_ld_reg, __va_stack + __va_gen_reg, __va_float_reg, __va_stack }; //This should be in sync with the declaration on our include/stdarg.h