We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f6e9e commit 15d0434Copy full SHA for 15d0434
ChangeLog
@@ -1,15 +1,5 @@
1
This file details the changelog of Unicorn Engine.
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
-------------------------------
14
[Version 2.0.1]: Nov 1st, 2022
15
tests/unit/test_mem.c
@@ -275,7 +275,7 @@ static void test_mem_protect_mmio(void)
275
OK(uc_close(uc));
276
}
277
278
-static void __inline parts_increment(size_t idx, char parts[3])
+static void parts_increment(size_t idx, char parts[3])
279
{
280
if (idx && idx % 3 == 0) {
281
if (++parts[2] > '9') {
0 commit comments