Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/7a: make RET an alias to ARETURN in the assembler
Note that RET still becomes ARETURN, not ARET. This means we lose the ability to write a literal return instruction from assembly, but that's okay, we never need to do that. Fixes golang#28 Change-Id: I5733bbb16d98585cb7309314965750e58042a7a4
- Loading branch information