mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-11 12:29:46 +00:00
Tiny formatting fix
This commit is contained in:
parent
cba145d674
commit
8dfad735ab
@ -108,7 +108,7 @@ abstract class AbstractAssembler[T <: AbstractCode](private val program: Program
|
||||
case AssertByte(inner) =>
|
||||
val value = deepConstResolve(inner)
|
||||
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
|
||||
}
|
||||
case MemoryAddressConstant(th) =>
|
||||
|
Loading…
x
Reference in New Issue
Block a user