summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorzhoumingtao <zhoumingtao@loongson.cn>2022-07-07 15:16:10 +0800
committerzhoumingtao <zhoumingtao@loongson.cn>2022-07-07 15:16:10 +0800
commit5849eacdce81bda09fd61e71f440f15e62c25deb (patch)
tree51de0b90a6e0ac1ba0998dfdae192685990c02eb /inc
parente7db4418b1fe6ea0220974b77c3b10918ab9b7a0 (diff)
downloadgnu-efi-5849eacdce81bda09fd61e71f440f15e62c25deb.tar.gz
use jr instead of jirl
jirl -> jr
Diffstat (limited to 'inc')
-rw-r--r--inc/loongarch64/efibind.h2
1 files changed, 1 insertions, 1 deletions
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;