diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 18:14:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-17 18:14:59 -0800 |
commit | 722a1704537f5407dfda7d3821c608c3f62287c7 (patch) | |
tree | f8819b87a2f25ffc37b9477ae357cef12d1b3c91 /emcc | |
parent | 775bd44ac40f4546fb912dcdf21c7a7f6e880d25 (diff) |
support reserved function pointers in fastcomp
Diffstat (limited to 'emcc')
-rwxr-xr-x | emcc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1207,7 +1207,6 @@ try: assert shared.Settings.UNALIGNED_MEMORY == 0, 'forced unaligned memory not supported in fastcomp' assert shared.Settings.CHECK_HEAP_ALIGN == 0, 'check heap align not supported in fastcomp yet' assert shared.Settings.SAFE_DYNCALLS == 0, 'safe dyncalls not supported in fastcomp' - assert shared.Settings.RESERVED_FUNCTION_POINTERS == 0, 'reserved function pointers not supported in fastcomp' assert shared.Settings.ASM_HEAP_LOG == 0, 'asm heap log not supported in fastcomp' assert shared.Settings.LABEL_DEBUG == 0, 'label debug not supported in fastcomp' assert shared.Settings.EXECUTION_TIMEOUT == -1, 'execution timeout not supported in fastcomp' |