You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
337 B
10 lines
337 B
--- JSBackend.cpp 2018-01-10 16:35:07.331418145 +1100
|
|
+++ JSBackend_mp_js.cpp 2018-01-10 16:40:04.804633134 +1100
|
|
@@ -4280,6 +4280,7 @@
|
|
|
|
void JSWriter::calculateNativizedVars(const Function *F) {
|
|
NativizedVars.clear();
|
|
+ return;
|
|
|
|
for (Function::const_iterator I = F->begin(), BE = F->end(); I != BE; ++I) {
|
|
auto BI = &*I;
|
|
|