From 7c7421c951ed5063146392bcbfc5242ee23d20ef Mon Sep 17 00:00:00 2001 From: peterlemon Date: Tue, 16 Jul 2019 20:12:41 +0100 Subject: [PATCH] Fix libco aarch64 typo --- libco/aarch64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libco/aarch64.c b/libco/aarch64.c index 3b00c526..e153cd46 100644 --- a/libco/aarch64.c +++ b/libco/aarch64.c @@ -21,7 +21,7 @@ static void (*co_swap)(cothread_t, cothread_t) = 0; #else section(text) #endif -static const uint32_t co_swap_functin[1024] = { +static const uint32_t co_swap_function[1024] = { 0xa9002428, /* stp x8,x9,[x1] */ 0xa9012c2a, /* stp x10,x11,[x1,#16] */ 0xa902342c, /* stp x12,x13,[x1,#32] */