Skip to content

Commit

Permalink
rcbus-6800: fix fork()
Browse files Browse the repository at this point in the history
Next problem is /bin/sh. That needs setjmp/longjmp looking at (first user
of them) and possibly compiler bugs chasing
  • Loading branch information
EtchedPixels committed Dec 15, 2024
1 parent e6e9dd2 commit 5ac8387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kernel/platform/platform-rcbus-6800/tricks.S
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ _dofork:
ldab #<_udata
pshb
psha
ldaa #>fork_proc_ptr
ldab #<fork_proc_ptr
ldaa fork_proc_ptr
ldab fork_proc_ptr+1
pshb
psha
jsr _makeproc
Expand Down

0 comments on commit 5ac8387

Please sign in to comment.