| commit | 2ad60cfc28e14ee8f0bb038720836a4696c478ad | [log] [tgz] |
|---|---|---|
| author | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
| committer | The Android Open Source Project <initial-contribution@android.com> | Tue Oct 21 07:00:00 2008 -0700 |
| tree | 19f1bb30ab7ff96f1e3e59a60b61dcd2aeddda93 |
Initial Contribution
diff --git a/vm/mterp/c/OP_IPUT_WIDE.c b/vm/mterp/c/OP_IPUT_WIDE.c new file mode 100644 index 0000000..bb4926c --- /dev/null +++ b/vm/mterp/c/OP_IPUT_WIDE.c
@@ -0,0 +1,2 @@ +HANDLE_IPUT_X(OP_IPUT_WIDE, "-wide", Long, _WIDE) +OP_END