aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-17 18:14:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-17 18:14:59 -0800
commit722a1704537f5407dfda7d3821c608c3f62287c7 (patch)
treef8819b87a2f25ffc37b9477ae357cef12d1b3c91 /emcc
parent775bd44ac40f4546fb912dcdf21c7a7f6e880d25 (diff)
support reserved function pointers in fastcomp
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc1
1 files changed, 0 insertions, 1 deletions
diff --git a/emcc b/emcc
index f62e820c..491e8dff 100755
--- a/emcc
+++ b/emcc
@@ -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'