mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 13:28:18 +00:00
update Changelog for 1.0.1
This commit is contained in:
parent
7441cfe4e5
commit
f713021bc0
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,5 +1,23 @@
|
||||||
This file details the changelog of Unicorn Engine.
|
This file details the changelog of Unicorn Engine.
|
||||||
|
|
||||||
|
----------------------------------
|
||||||
|
[Version 1.0.1]: April, 2017
|
||||||
|
|
||||||
|
- Properly handle selected-architecture build.
|
||||||
|
- Fix compilation issues on PPC & S390x.
|
||||||
|
- Fix a memory leak on uc_mem_protect().
|
||||||
|
- Support ARM big-endian.
|
||||||
|
- ARM:
|
||||||
|
- Correct instruction size of Thumb/Thumb2 code.
|
||||||
|
- Support read/write APSR register.
|
||||||
|
- ARM64:
|
||||||
|
- Support read/write NEON registers.
|
||||||
|
- Support read/write NZCV registers.
|
||||||
|
- Mips: Support read/write Mips64 registers.
|
||||||
|
- X86: Support read/write MSR.
|
||||||
|
- Haskell binding: update to the latest API.
|
||||||
|
- Python: allow not having PATH setup.
|
||||||
|
|
||||||
----------------------------------
|
----------------------------------
|
||||||
[Version 1.0]: February 23rd, 2017
|
[Version 1.0]: February 23rd, 2017
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue