forked from dart-archive/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mips] implement enough bytecodes to run return_42.dart
Implement enough bytecodes to run main() { var number = 42; print('$number'); } Patch by RT-RK. BUG= dart-archive#496 TEST= ninja -C out/DebugXMIPS [email protected] Review URL: https://codereview.chromium.org/2074483004 . Patch from "RT-RK" <[email protected]>.
- Loading branch information
1 parent
5f6bac5
commit 2a03a33
Showing
3 changed files
with
768 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Oops, something went wrong.