diff options
| author | jiang <30155751@qq.com> | 2014-05-01 15:15:01 +0800 |
|---|---|---|
| committer | jiang <30155751@qq.com> | 2014-05-01 15:15:01 +0800 |
| commit | 87a850f5537cccabc56d2f9b76faefe1454e4b19 (patch) | |
| tree | 2f4078dc037e873d630b8e4d68518fe2697179a7 /tcc.h | |
| parent | 9e3713facd9d857201326ac2038ab6a8fb64a5fc (diff) | |
| download | tinycc-87a850f5537cccabc56d2f9b76faefe1454e4b19.tar.gz tinycc-87a850f5537cccabc56d2f9b76faefe1454e4b19.tar.bz2 | |
fix its own making bug. Improved init_putz (). Modify the tests / Makefile to make the test more secure
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
