Index: libcfa/src/concurrency/CtxSwitch-arm64.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-arm64.S	(revision 98cf828382529e834a19d4b7937f761b5573e382)
+++ libcfa/src/concurrency/CtxSwitch-arm64.S	(revision 8ec4a522d40e378e049e76cfcf19c4dc7de8a4a4)
@@ -2,11 +2,11 @@
 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
 // 
-// CtxSwitch-arm.S -- 
+// CtxSwitch-arm64.S -- 
 // 
 // Author           : Peter A. Buhr
 // Created On       : Sun Aug 16 07:50:13 2020
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Aug 20 18:43:51 2020
-// Update Count     : 24
+// Last Modified On : Wed Aug 26 16:24:59 2020
+// Update Count     : 25
 // 
 
@@ -26,9 +26,9 @@
 #define SAVE		20 * 8
 
-	.file "CtxSwitch-arm.S"
+	.file "CtxSwitch-arm64.S"
 	.text
 	.align 2
 	.global __cfactx_switch
-	.type __cfactx_switch, @function
+	.type __cfactx_switch, %function
 __cfactx_switch:
 
@@ -91,5 +91,5 @@
 	.align 2
 	.global __cfactx_invoke_stub
-	.type __cfactx_invoke_stub, @function
+	.type __cfactx_invoke_stub, %function
 __cfactx_invoke_stub:
 	mov x0, x19							// load main as parameter 0
