Skip to content

Commit 83cc19a

Browse files
author
Triton Library
committed
update unit tests
1 parent 55b9689 commit 83cc19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/testers/x86/unicorn_test_x86.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
SIZE = 5 * 1024 * 1024
1818

1919
CODE = [
20-
(None, [], b"\x48\xb8\xaf\xbe\xad\xde\x00\x00\x00\x00", "mov rax, 0xdeadbeaf"),
20+
(None, [], b"\x48\xb8\x44\x33\x22\x11\x00\x00\x00\x00", "mov rax, 0x11223344"),
2121
(None, [], b"\x48\xff\xc0", "inc rax"),
2222
(None, [], b"\x48\xc7\xc3\x00\x00\x20\x00", "mov rbx, 0x200000"),
2323
(None, [], b"\x0f\x28\x0b", "movaps xmm1, [rbx]"),

0 commit comments

Comments
 (0)