Fix returning strings from variadic functions.

This commit is contained in:
David Anderson
2014-08-17 10:00:51 -07:00
parent 63774d75f3
commit 6bbc4c8dbd
3 changed files with 78 additions and 3 deletions

View File

@ -598,6 +598,8 @@ SC_FUNC void addr2cell(void);
SC_FUNC void char2addr(void);
SC_FUNC void charalign(void);
SC_FUNC void addconst(cell value);
SC_FUNC void move_alt(void);
SC_FUNC void load_hidden_arg();
/* Code generation functions for arithmetic operators.
*