Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created January 21, 2014 21:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/8548807 to your computer and use it in GitHub Desktop.
Save jnthn/8548807 to your computer and use it in GitHub Desktop.
diff --git a/3rdparty/libuv b/3rdparty/libuv
--- a/3rdparty/libuv
+++ b/3rdparty/libuv
@@ -1 +1 @@
-Subproject commit 3e054c36294f9d8fc197c9d1b715ea2db334f6bf
+Subproject commit 3e054c36294f9d8fc197c9d1b715ea2db334f6bf-dirty
diff --git a/src/core/interp.c b/src/core/interp.c
index 5d8f0d5..d9ae539 100644
--- a/src/core/interp.c
+++ b/src/core/interp.c
@@ -3316,7 +3316,7 @@ void MVM_interp_run(MVMThreadContext *tc, void (*initial_invoke)(MVMThreadContex
cur_op += 4;
goto NEXT;
OP(readlineint_fh):
- GET_REG(cur_op, 0).s = MVM_file_readline_interactive_fh(tc, GET_REG(cur_op, 2).o, GET_REG(cur_op, 4).s);
+ GET_REG(cur_op, 0).s = MVM_file_readline_fh(tc, GET_REG(cur_op, 2).o, GET_REG(cur_op, 4).s);
cur_op += 6;
goto NEXT;
OP(chdir):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment