Created
January 21, 2014 21:31
-
-
Save jnthn/8548807 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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