diff --git a/sys/arm/arm/support.S b/sys/arm/arm/support.S index bce533fd1db..b095aed33a4 100644 --- a/sys/arm/arm/support.S +++ b/sys/arm/arm/support.S @@ -1364,6 +1364,8 @@ ENTRY(memcpy) strbge r2, [r3], #0x01 strbgt ip, [r3] RET +/* Place a literal pool here for the above ldr instructions to use */ +.ltorg /*