diff options
| author | bellard <bellard> | 2004-10-04 21:57:35 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2004-10-04 21:57:35 +0000 |
| commit | 79c72b241998ee9ae533ae31a78913c4c50ca43e (patch) | |
| tree | f2c8a602821cf2883886718b345c96374d72c374 /i386-gen.c | |
| parent | df36de6507e735faee3448687263a5c877d5f074 (diff) | |
| download | tinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.gz tinycc-79c72b241998ee9ae533ae31a78913c4c50ca43e.tar.bz2 | |
initial TMS320C67xx support (TK)
Diffstat (limited to 'i386-gen.c')
| -rw-r--r-- | i386-gen.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |
