summaryrefslogtreecommitdiff
path: root/vm1/vm.go
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2023-08-25 11:21:49 +0200
committerMarc Vertes <mvertes@free.fr>2023-08-25 11:21:49 +0200
commita3ab9ef5be74cb54a87674aa48abb0c46f9c58f6 (patch)
tree570f7a776ca02d3da467d7afc84232397ba91d17 /vm1/vm.go
parent706ca65800dfab293a0210b56602e1e9f8076fcc (diff)
chore: appease lint and vet
Diffstat (limited to 'vm1/vm.go')
-rw-r--r--vm1/vm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/vm1/vm.go b/vm1/vm.go
index 0e9c7f7..f7113f2 100644
--- a/vm1/vm.go
+++ b/vm1/vm.go
@@ -153,7 +153,6 @@ func (m *Machine) Run() (err error) {
}
ip++
}
- return
}
func (m *Machine) PushCode(code [][]int64) (p int) {