Index: libcfa/src/concurrency/CtxSwitch-arm64.S
===================================================================
--- libcfa/src/concurrency/CtxSwitch-arm64.S	(revision 9509a4120499e875cf40687b1ab935b179fa5d44)
+++ libcfa/src/concurrency/CtxSwitch-arm64.S	(revision 433d352965a6a24e85cc28f12f2dfbca8d069ec2)
@@ -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
