Skip to content
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

Disassembler panics with 'unknown operation 53' (involving maps) #918

Closed
zapateo opened this issue Oct 27, 2021 · 0 comments
Closed

Disassembler panics with 'unknown operation 53' (involving maps) #918

zapateo opened this issue Oct 27, 2021 · 0 comments
Assignees
Labels
bug Bug: something already implemented does not work as it should disassembler Related to disassembler

Comments

@zapateo
Copy link
Member

zapateo commented Oct 27, 2021

This code

package main

func main() {
	m := map[int]int{}
	m[1]++
}

panics the disassembler with this error:

panic: unknown operation 53
@zapateo zapateo added bug Bug: something already implemented does not work as it should disassembler Related to disassembler labels Oct 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug: something already implemented does not work as it should disassembler Related to disassembler
Projects
None yet
Development

No branches or pull requests

2 participants