aarch64: fix index base register for AArch64
The base is passed in `x3`, not in `x2`. This fixes the indexing base so that the right value is used.
This commit is contained in:
@@ -82,4 +82,5 @@ libffi.call/va_1.c libffi.call/va_struct1.c libffi.call/va_struct2.c \
|
||||
libffi.call/va_struct3.c \
|
||||
libffi.call/strlen2.c \
|
||||
libffi.call/strlen3.c \
|
||||
libffi.call/strlen4.c
|
||||
libffi.call/strlen4.c \
|
||||
libffi.call/cls_3float.c
|
||||
|
||||
Reference in New Issue
Block a user