Commit d281748a authored by Kai Backman's avatar Kai Backman

add arm support to mkasmh

R=rsc
APPROVED=rsc
DELTA=5  (5 added, 0 deleted, 0 changed)
OCL=30587
CL=30595
parent da5abb9f
......@@ -20,6 +20,11 @@ amd64)
echo '#define g R15'
echo '#define m R14'
;;
arm)
echo '#define g R10'
echo '#define m R9'
echo '#define LR R14'
;;
*)
echo 'unknown $GOARCH: '$GOARCH 1>&2
exit 1
......
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