-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cannon-contracts): MIPS64 conversion #11404
base: cl/cannon-64bit
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
b917e27
to
3c1fe85
Compare
@@ -386,7 +386,7 @@ func TestEVMFault(t *testing.T) { | |||
nextPC uint64 | |||
insn uint32 | |||
}{ | |||
{"illegal instruction", 0, 0xFF_FF_FF_FF}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a valid SD
instruction, fyi
9b6764f
to
a701d24
Compare
813bc78
to
21d6ff5
Compare
21d6ff5
to
a6f8546
Compare
d6d7354
to
1d9446e
Compare
a6f8546
to
a036ea4
Compare
This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Overview
Converts
MIPS.sol
&MIPS2.sol
to MIPS64.