Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
secretnonempty authored and Junfeng Yang committed Apr 13, 2023
1 parent d3f6e9e commit 15d0434
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
This file details the changelog of Unicorn Engine.

-------------------------------
[Version 2.0.1.post1]: Nov 22nd, 2022

This is a small release to complement the previous 2.0.1 release.

Fix:

- Fix the endianness detection in tests.
- Fix the version number in CMakeLists.txt.

-------------------------------
[Version 2.0.1]: Nov 1st, 2022

Expand Down
2 changes: 1 addition & 1 deletion tests/unit/test_mem.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ static void test_mem_protect_mmio(void)
OK(uc_close(uc));
}

static void __inline parts_increment(size_t idx, char parts[3])
static void parts_increment(size_t idx, char parts[3])
{
if (idx && idx % 3 == 0) {
if (++parts[2] > '9') {
Expand Down

0 comments on commit 15d0434

Please sign in to comment.