summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-10-08 00:58:56 -0400
committerJune McEnroe <june@causal.agency>2016-10-08 00:58:56 -0400
commit80dada983980e1860c15d3de917f9292e1b7b21e (patch)
tree44333e4608ac1871629ca9298064ae5300af47ae
parentSet up jrp input loop (diff)
downloadsrc-80dada983980e1860c15d3de917f9292e1b7b21e.tar.gz
src-80dada983980e1860c15d3de917f9292e1b7b21e.zip
Fix jrp OR op
-rwxr-xr-x.bin/jrp.c2
1 files changed, 1 insertions, 1 deletions
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
 };
 
direct locationJune McEnroe 2019-09-12Consume entire bodyJune McEnroe 2019-09-10Add title -v flagJune McEnroe 2019-09-10Use curl error bufferJune McEnroe 2019-09-10Set Accept-Encoding in titleJune McEnroe 2019-09-08Set title User-AgentJune McEnroe 2019-09-07Add -x flag to titleJune McEnroe 2019-09-07Ignore SIGPIPE in relayJune McEnroe 2019-09-07Add A Memory Called EmpireJune McEnroe 2019-09-05Handle lack of Content-TypeJune McEnroe 2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe 2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe