correct definition values

This commit is contained in:
Mark Canlas 2020-08-26 03:30:57 -04:00
parent 04312a0fb2
commit 0a6379b9dd

View File

@ -10,6 +10,5 @@ trait DefinitionValue[A] {
object DefinitionValue {
implicit val definitionValueForInt: DefinitionValue[Int] =
Operand.operandInt
.toAddressLiteral(_)
(x: Int) => String.format("$%02x", x)
}