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 1
1
This file details the changelog of Unicorn Engine.
2
2
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
-
13
3
-------------------------------
14
4
[Version 2.0.1]: Nov 1st, 2022
15
5
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ static void test_mem_protect_mmio(void)
275
275
OK (uc_close (uc ));
276
276
}
277
277
278
- static void __inline parts_increment (size_t idx , char parts [3 ])
278
+ static void parts_increment (size_t idx , char parts [3 ])
279
279
{
280
280
if (idx && idx % 3 == 0 ) {
281
281
if (++ parts [2 ] > '9' ) {
You can’t perform that action at this time.
0 commit comments