diff options
| author | bellard <bellard> | 2005-04-10 22:15:08 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2005-04-10 22:15:08 +0000 |
| commit | 9825011cedeb3fdcfb54e312ab27d92a2a8488b0 (patch) | |
| tree | 3980762db7e9c639693d451d1af0a886b093430e /tcctok.h | |
| parent | 2c538d7a2b0fb9e72c0fbb9af5d351302584aca0 (diff) | |
| download | tinycc-9825011cedeb3fdcfb54e312ab27d92a2a8488b0.tar.gz tinycc-9825011cedeb3fdcfb54e312ab27d92a2a8488b0.tar.bz2 | |
__chkstk support
Diffstat (limited to 'tcctok.h')
| -rw-r--r-- | tcctok.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -155,6 +155,7 @@ DEF(TOK___fixunssfdi, "__fixunssfdi") DEF(TOK___fixunsdfdi, "__fixunsdfdi") DEF(TOK___fixunsxfdi, "__fixunsxfdi") + DEF(TOK___chkstk, "__chkstk") /* bound checking symbols */ #ifdef CONFIG_TCC_BCHECK |
