File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 11This file details the changelog of Unicorn Engine.
22
3- -------------------------------
4- [Version 2.0.1.post1]: Nov 22nd, 2022
5-
6- This is a small release to complement the previous 2.0.1 release.
7-
8- Fix:
9-
10- - Fix the endianness detection in tests.
11- - Fix the version number in CMakeLists.txt.
12-
133-------------------------------
144[Version 2.0.1]: Nov 1st, 2022
155
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ static void test_mem_protect_mmio(void)
275275 OK (uc_close (uc ));
276276}
277277
278- static void __inline parts_increment (size_t idx , char parts [3 ])
278+ static void parts_increment (size_t idx , char parts [3 ])
279279{
280280 if (idx && idx % 3 == 0 ) {
281281 if (++ parts [2 ] > '9' ) {
You can’t perform that action at this time.
0 commit comments