Skip to content

Commit

Permalink
fix typo in PPC32 SYSV/MACH-O
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kowalke committed Oct 2, 2015
1 parent 9adeaed commit 8c60232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asm/make_ppc32_sysv_macho_gas.S
Expand Up @@ -82,7 +82,7 @@ _make_fcontext:
subi r3, r3, 304

; third arg of make_fcontext() == address of context-function
stw r5, 236(%r3)
stw r5, 236(r3)

; load LR
mflr r0
Expand Down

0 comments on commit 8c60232

Please sign in to comment.