From 154d04a4fa13b41d823932a41b8c779c1fccda33 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 8 Oct 2016 00:58:56 -0400 Subject: Fix jrp OR op --- .bin/jrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bin') diff --git a/.bin/jrp.c b/.bin/jrp.c index d31d7993..7fffe83f 100755 --- a/.bin/jrp.c +++ b/.bin/jrp.c @@ -52,7 +52,7 @@ enum { HOP_REM = 0x90d78948, // mov rdi, rdx HOP_NOT = 0x90d7f748, // not rdi HOP_AND = 0xc7214858, // pop rax; and rdi, rax - HOP_OR = 0xc7904858, // pop rax; or rdi, rax + HOP_OR = 0xc7094858, // pop rax; or rdi, rax HOP_XOR = 0xc7314858, // pop rax; xor rdi, rax }; -- cgit 1.4.1