From 0091fac1d8de07e86fef8315ba77609bed9dd7f5 Mon Sep 17 00:00:00 2001 From: Paul Jordan Date: Wed, 1 Apr 2020 02:15:20 +0100 Subject: Patch assembly so that it aligns properly --- coroutine/arm32/Context.S | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coroutine/arm32/Context.S b/coroutine/arm32/Context.S index 195364fb65..b66db29622 100644 --- a/coroutine/arm32/Context.S +++ b/coroutine/arm32/Context.S @@ -5,9 +5,13 @@ ## Copyright, 2018, by Samuel Williams. ## +.file "Context.S" .text - .globl coroutine_transfer +.align 2 +.type coroutine_transfer,%function +.syntax unified + coroutine_transfer: # Save caller state (8 registers + return address) push {r4-r11,lr} -- cgit v1.2.3