Skip to content

Commit 25c7326

Browse files
committed
shellblocks: primitives: goto: Use noreorder
1 parent 9d70623 commit 25c7326

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

shellblocks/src/goto.S

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "goto.h"
22

3+
.set noreorder
4+
35
.global start
46
start:
57
lui $v0, %hi(GOTO_ADDRESS)

0 commit comments

Comments
 (0)