From 5849eacdce81bda09fd61e71f440f15e62c25deb Mon Sep 17 00:00:00 2001 From: zhoumingtao Date: Thu, 7 Jul 2022 15:16:10 +0800 Subject: use jr instead of jirl jirl -> jr --- inc/loongarch64/efibind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') diff --git a/inc/loongarch64/efibind.h b/inc/loongarch64/efibind.h index 5dc0459..aaf3fb7 100644 --- a/inc/loongarch64/efibind.h +++ b/inc/loongarch64/efibind.h @@ -30,7 +30,7 @@ typedef int int32_t; typedef unsigned short uint16_t; typedef short int16_t; typedef unsigned char uint8_t; -typedef signed char int8_t; // unqualified 'char' is unsigned on ARM +typedef signed char int8_t; typedef uint64_t uintptr_t; typedef int64_t intptr_t; -- cgit v1.2.1