From 79c72b241998ee9ae533ae31a78913c4c50ca43e Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 4 Oct 2004 21:57:35 +0000 Subject: initial TMS320C67xx support (TK) --- i386-gen.c | 1 + 1 file changed, 1 insertion(+) (limited to 'i386-gen.c') diff --git a/i386-gen.c b/i386-gen.c index 0704965..6d924c2 100644 --- a/i386-gen.c +++ b/i386-gen.c @@ -427,6 +427,7 @@ void gfunc_prolog(CType *func_type) oad(0xb8, 0); /* call to function */ func_bound_offset = lbounds_section->data_offset; } + loc = 0; } /* generate function epilog */ -- cgit v1.3.1