unicorn/tests
farmdve 726f45b33d Attempting to set some bits in the Unicorn EFLAGS doesn't work.
When attempting to set all flags except trap flag, the EFLAGS value
should be 0x00244ED7, I've tested this on Windows and here
https://ideone.com/WQAvk1 which is presumably Linux.

Unicorn however has the value 0x00000ED7, bits 11-21 are not set. Bit 21
is the ID bit indicating whether or not CPUID is available.
2015-11-10 00:49:01 +02:00
..
regress Attempting to set some bits in the Unicorn EFLAGS doesn't work. 2015-11-10 00:49:01 +02:00
unit Rename some hook related enums: 2015-09-30 14:46:55 +08:00