From 089dea355a28da44376ce4f5195baa4b4e0b217d Mon Sep 17 00:00:00 2001 From: jiang <30155751@qq.com> Date: Sat, 3 May 2014 23:51:09 +0800 Subject: tcc on i386 are still having problems at work.Thank Roy report again. Struck on several variables can be connected to commit in the register. I am worried whether tcc can run the os. Since my machine is ubuntu 64 bits I can test my machine. --- tcc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tcc.h') diff --git a/tcc.h b/tcc.h index f56273f..1cead42 100644 --- a/tcc.h +++ b/tcc.h @@ -1350,8 +1350,6 @@ 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