Skip to content

Commit fdb3805

Browse files
committed
aarch64: Fix typos in several GAS defines
1 parent 8be3ff3 commit fdb3805

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

aarch64/aarch64_defs.M1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,23 +116,23 @@ DEFINE ldr_w16,8 50000018
116116
DEFINE LDR_X0_[SP] 400240f9
117117
DEFINE ldr_x0,[x18] 400240f9
118118
DEFINE STR_X0_[X1] 200000f9
119-
DEFINE str_x0_[x1] 200000f9
119+
DEFINE str_x0,[x1] 200000f9
120120
DEFINE STR_W0_[X1] 200000B9
121121
DEFINE str_w0_[x1] 200000B9
122122
DEFINE STRH_W0_[X1] 20000079
123123
DEFINE strh_w0_[x1] 20000079
124124
DEFINE STR_BYTE_W0_[X1] 20000039
125-
DEFINE strb_w0_[x1] 20000039
125+
DEFINE strb_w0,[x1] 20000039
126126
DEFINE DEREF_X0 000040f9
127127
DEFINE ldr_x0,[x0] 000040f9
128128
DEFINE DEREF_X1 210040f9
129129
DEFINE ldr_x1,[x1] 210040f9
130130
DEFINE LDRH_W0_[X0] 00004079
131131
DEFINE ldrh_w0_[x0] 00004079
132132
DEFINE LDRSB_X0_[X0] 00008039
133-
DEFINE ldrsb_x0_[x0] 00008039
133+
DEFINE ldrsb_x0,[x0] 00008039
134134
DEFINE LDRSH_X0_[X0] 00008079
135-
DEFINE ldrsh_x0_[x0] 00008079
135+
DEFINE ldrsh_x0,[x0] 00008079
136136
DEFINE LDR_W0_[X0] 000040B9
137137
DEFINE ldr_w0_[x0] 000040B9
138138
DEFINE DEREF_X0_BYTE 00004039

0 commit comments

Comments
 (0)