Removed unnecessary type conversions
This commit is contained in:
parent
c6ef9013a8
commit
b02b722542
2 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ func (c *compiler) move(x asm.Instruction) {
|
|||
panic("unknown label")
|
||||
}
|
||||
|
||||
return Address(destination)
|
||||
return destination
|
||||
},
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue