Removed unnecessary type conversions

This commit is contained in:
2025-02-08 13:02:18 +01:00
parent feacc27f49
commit 01342f5318
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 {