Takacs, Philipp
b7b1a4d6b4
difference between stop_request and quit_request
...
quit_request is for internal use. This means the IP register was updated and
qemu needs to rebuild the translation blocks.
stop_request is set by the user (uc_emu_stop) to indecate that unicorn sould
stop emulating.
2023-03-07 14:38:49 +01:00
a0e119c6f0
Format code
2022-08-31 23:27:24 +08:00
relapids
a3ccbf2e59
Fix memory leak in PPC target.
2022-08-15 18:57:10 -07:00
Zach Szczesniak
2b25867e4b
Fixed endianness when writing PPC32 CR register.
2022-07-20 18:31:13 -04:00
345b63ee96
Only exit TB if pc is within the memory range
2022-05-07 00:16:31 +02:00
84e796494f
Format code
2022-02-25 22:24:25 +01:00
8d9ca1ce84
Format
2022-02-17 10:37:34 +01:00
27ef63cc8d
Add UC_PPC_REG_CR
2022-02-15 22:07:53 +01:00
36afa1022c
More PPC registers
...
Add FPR0-31, CR0-7, LR, CTR, MSR, XER, FPSCR for PPC
Add a test for ppc32 float point
2022-01-10 15:16:10 +01:00
0555095388
Support changing cpu model for ppc
2021-11-04 19:53:02 +01:00
e62b0ef255
Add clang-format and format code to qemu code style
2021-10-29 12:44:49 +02:00
Nguyen Anh Quynh
aaaea14214
import Unicorn2
2021-10-03 22:14:44 +08:00