Skip to content

Commit 78a27a3

Browse files
committed
delete useless functions in asm.s
1 parent 77bafb1 commit 78a27a3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

os/boot/asm.s

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,6 @@ GET32:
2828
ldr w0,[x0]
2929
ret
3030

31-
.globl GETPC
32-
GETPC:
33-
mov x0,x30
34-
ret
35-
36-
.globl BRANCHTO
37-
BRANCHTO:
38-
mov w30,w0
39-
ret
40-
41-
4231
.globl dummy
4332
dummy:
4433
ret

0 commit comments

Comments
 (0)