xchg.S: Add missing `ret' in ARM64 version of `call_example'.
[xchg-rax-rax] / xchg.S
diff --git a/xchg.S b/xchg.S
index 0dcb6c8..0d836c7 100644 (file)
--- 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