Skip to content

Commit 15d0434

Browse files
secretnonemptyJunfeng Yang
authored and
Junfeng Yang
committed
Update ChangeLog
1 parent d3f6e9e commit 15d0434

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

ChangeLog

-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
This 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

tests/unit/test_mem.c

+1-1
Original file line numberDiff line numberDiff 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') {

0 commit comments

Comments
 (0)