Commit f167e25d by Richard Stallman

(.nope): Really store into environ.

From-SVN: r2088
parent bc99efc9
......@@ -71,7 +71,8 @@ _start:
sll %l0, 2, %o2
add %o2, 4, %o2
add %l1, %o2, %o2 ! env
set _environ, %o3 ! *_environ
set _environ, %o3
st %o2, [%o3] ! *_environ
call main, 4
nop
call exit, 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment