diff --git a/src/bin/jbc2mpl b/src/bin/jbc2mpl index 9115a9e8354b7379d82af153d9272c9453e6ebc6..7c5dbc84aa841beae787cbc82efbe94acc66d758 100755 Binary files a/src/bin/jbc2mpl and b/src/bin/jbc2mpl differ diff --git a/src/bin/maple b/src/bin/maple index b88212d42f9b87180e21cd9f90dd77cf1c5cb8f7..b828723bf7cc78ac12c6026ab4030a5e0895efc7 100755 Binary files a/src/bin/maple and b/src/bin/maple differ diff --git a/src/bin/mplcg b/src/bin/mplcg index ce1f88af2ffa83a4309bae1b5f6293dfaf0141f6..9b29f4f34e1f7b732182967bee15368ec9dbd33c 100755 Binary files a/src/bin/mplcg and b/src/bin/mplcg differ diff --git a/src/deplibs/libmaple_driverutil.a b/src/deplibs/libmaple_driverutil.a index 6e7cf476c54ee38cdc620d7e91c58426fae5545b..258ef445011ea1095e52bae1c65a97686afc9e92 100644 Binary files a/src/deplibs/libmaple_driverutil.a and b/src/deplibs/libmaple_driverutil.a differ diff --git a/src/deplibs/libmplutil.a b/src/deplibs/libmplutil.a index cdf6dfac295fca151a77e778b99821a7bd60901b..f4a6b0b90d736c2a26aea749e1040d190c66cb70 100644 Binary files a/src/deplibs/libmplutil.a and b/src/deplibs/libmplutil.a differ diff --git a/src/maple_util/include/name_mangler.h b/src/maple_util/include/name_mangler.h index 8658f833e11361be9d8199f75fc79b65f3d97269..b12fcb7fe43315570f41840c6b4b5f7e8b4fbb92 100644 --- a/src/maple_util/include/name_mangler.h +++ b/src/maple_util/include/name_mangler.h @@ -158,6 +158,7 @@ uint64_t GetUleb128Decode(uint64_t val); int64_t GetSleb128Decode(uint64_t val); size_t GetUleb128Size(uint64_t val); size_t GetSleb128Size(int32_t val); +bool NeedConvertUTF16(const std::string &str8); } // namespace NameMangler