From 02d696c4631ade1cee5b4257d785e32d2d123b17 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 19 Oct 2020 05:29:35 +0100 Subject: [PATCH] xchg.S: Add missing `ret' in ARM64 version of `call_example'. Actually it falls through into `nop', but that's kind of accidental. --- xchg.S | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xchg.S b/xchg.S index 0dcb6c8..0d836c7 100644 --- a/xchg.S +++ b/xchg.S @@ -423,6 +423,8 @@ proc call_example ldp x27, x28, [sp, #80] ldp x29, x30, [sp], #13*8 + ret + #else # error "not supported" #endif -- 2.11.0