diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2017-02-14 21:16:29 (GMT) |
commit | 1898c6ea16d0eee8ecc5ab9ebb26ac91ad7314b4 (patch) | |
tree | 5c50e152eea144a1d2e6785e84033165c6d2a884 /src/core | |
parent | 252aa6db5c9d34c554f3b970efba5d0b738c2f93 (diff) |
Fixed the creation of distribution tarballs.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/processors.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/processors.c b/src/core/processors.c index 27d0e34..864b066 100644 --- a/src/core/processors.c +++ b/src/core/processors.c @@ -33,7 +33,7 @@ #include "../arch/arm/v7/processor.h" #include "../arch/dalvik/core.h" #include "../arch/dalvik/processor.h" -#include "../arch/jvm/processor.h" +//#include "../arch/jvm/processor.h" |