Skip to content

Commit

Permalink
- Fix race condition in reload stub in legacy mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Aug 15, 2024
1 parent b8ec289 commit 94d827d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cube/patches/stub/crt0.S
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ _start:
.asciz "STUBHAXX"
.align 2

1: li r3, 0
1: rlwinm r3, r3, 0, 17, 15
mtmsr r3
li r3, 0
mtsrr1 r3
li r3, startup
mtsrr0 r3
Expand Down

0 comments on commit 94d827d

Please sign in to comment.