Skip to content

Commit

Permalink
more review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Inphi committed Oct 1, 2024
1 parent 940bc42 commit aabd851
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cannon/mipsevm/exec/mips_syscalls.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const (
AddressMask = arch.AddressMask
)

// TODO: redefine syscalls for MIPS64
// TODO(#12205): redefine syscalls for MIPS64
// Syscall codes
const (
SysMmap = 4090
Expand Down
2 changes: 1 addition & 1 deletion cannon/mipsevm/multithreaded/mips.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func (m *InstrumentedState) handleSyscall() error {
case exec.SysSigaltstack:
case exec.SysRtSigaction:
case exec.SysPrlimit64:
// TODO: may be needed for 64-bit Cannon
// TODO(#12205): may be needed for 64-bit Cannon
// case exec.SysGetRtLimit:
case exec.SysClose:
case exec.SysPread64:
Expand Down
2 changes: 0 additions & 2 deletions ops/docker/op-stack-go/Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
# node_modules, packages (contains git submodules and node modules etc.), devnet dirs etc. all add up a lot.
*

# keep .git for multicannon
!/.git
!/cannon
!/op-batcher
!/op-bootnode
Expand Down

0 comments on commit aabd851

Please sign in to comment.