Removed unnecessary type conversions

This commit is contained in:
Eduard Urbach 2025-02-08 13:02:18 +01:00
parent c6ef9013a8
commit b02b722542
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ func (c *compiler) move(x asm.Instruction) {
panic("unknown label")
}
return Address(destination)
return destination
},
})
} else {