Skip to content

Commit 712449f

Browse files
committed
riscv-elf: Fix a couple of stray tabs
1 parent bce5e0f commit 712449f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

riscv-elf.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ is appended in .text section or put into .rodata section.
144144
# Literal pool
145145
.LCPI0:
146146
.8byte symbol
147-
...
147+
...
148148
.Ltmp0: auipc a0, %pcrel_hi(.LCPI0)
149149
ld a0, %pcrel_lo(.Ltmp0)(a0)
150150
----
@@ -169,7 +169,7 @@ via the literal pool or not.
169169
# Literal pool
170170
.LCPI1:
171171
.8byte function
172-
...
172+
...
173173
.Ltmp1: auipc a0, %pcrel_hi(.LCPI1)
174174
ld a0, %pcrel_lo(.Ltmp1)(a0)
175175
jalr a0

0 commit comments

Comments
 (0)