| Index: runtime/bin/io_natives.cc
|
| diff --git a/runtime/bin/io_natives.cc b/runtime/bin/io_natives.cc
|
| index 4662d820ff48d4ec386e4c41b6b1ebe370c58928..d6d5c09a9de314be4812c0738111076a4aded3c6 100644
|
| --- a/runtime/bin/io_natives.cc
|
| +++ b/runtime/bin/io_natives.cc
|
| @@ -138,7 +138,7 @@ namespace bin {
|
| V(Socket_LeaveMulticast, 4) \
|
| V(Socket_GetSocketId, 1) \
|
| V(Socket_SetSocketId, 2) \
|
| - V(Stdin_ReadByte, 1) \
|
| + V(Stdin_ReadByte, 0) \
|
| V(Stdin_GetEchoMode, 0) \
|
| V(Stdin_SetEchoMode, 1) \
|
| V(Stdin_GetLineMode, 0) \
|
|
|