mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-07 12:25:40 +00:00
Tiny formatting fix
This commit is contained in:
@@ -108,7 +108,7 @@ abstract class AbstractAssembler[T <: AbstractCode](private val program: Program
|
|||||||
case AssertByte(inner) =>
|
case AssertByte(inner) =>
|
||||||
val value = deepConstResolve(inner)
|
val value = deepConstResolve(inner)
|
||||||
if (value.toByte == value) value else {
|
if (value.toByte == value) value else {
|
||||||
log.error("Invalid relative jump: " + c + " calculated offset: " + value, position)
|
log.error("Invalid relative jump: " + inner + " calculated offset: " + value, position)
|
||||||
-2 // spin
|
-2 // spin
|
||||||
}
|
}
|
||||||
case MemoryAddressConstant(th) =>
|
case MemoryAddressConstant(th) =>
|
||||||
|
Reference in New Issue
Block a user