changeset 14:450c4f06cb14

added 4-byte alignment for arm64 call kernel
author Daniel Adler
date Thu, 23 Jul 2015 01:30:23 +0200
parents 82c39a220e51
children 03c516772c65
files dyncall/dyncall_call_arm64.S
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dyncall/dyncall_call_arm64.S	Wed Jul 22 22:16:08 2015 +0200
+++ b/dyncall/dyncall_call_arm64.S	Thu Jul 23 01:30:23 2015 +0200
@@ -37,7 +37,6 @@
 */
 
 .text
-
 //
 // DynCall Back-End arm64 
 // 
@@ -49,6 +48,7 @@
 
 GLOBAL_C(dcCall_arm64)
 ENTRY_C(dcCall_arm64)
+.align 2
 
 // input:
 //   x0: target   (address of target)