From 87a850f5537cccabc56d2f9b76faefe1454e4b19 Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Thu, 1 May 2014 15:15:01 +0800 Subject: fix its own making bug. Improved init_putz (). Modify the tests / Makefile to make the test more secure --- tcc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index d904363..e01643f 100644 --- a/tcc.h +++ b/tcc.h @@ -1338,6 +1338,8 @@ ST_FUNC void gen_le16(int c); ST_FUNC void gen_le32(int c); ST_FUNC void gen_addr32(int r, Sym *sym, int c); ST_FUNC void gen_addrpc32(int r, Sym *sym, int c); +ST_FUNC void struct_copy(SValue *d, SValue *s, SValue *c); +ST_FUNC void gen_putz(SValue *d, int size); #endif #ifdef CONFIG_TCC_BCHECK -- cgit v1.3.1