1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 19:50:23 +02:00

Correct SPARC optimized assembly example in documentation

* doc/body.texi: Fool proof validate the examples of what
	an assembly-language programmer would write and correct the
	wrong sparc example.
This commit is contained in:
pcpa 2013-02-20 15:37:11 -03:00
parent 678e72484c
commit da4c3f365a
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2013-02-20 Paulo Andrade <pcpa@gnu.org>
* doc/body.texi: Fool proof validate the examples of what
an assembly-language programmer would write and correct the
wrong sparc example.
2013-02-19 Paulo Andrade <pcpa@gnu.org>
* doc/body.texi: Add back the SPARC code generation example.

View file

@ -718,8 +718,8 @@ programmer would write):
@item SPARC
@example
save %sp, -112, %sp
mov %i0, %g2 ret
inc %g2 inc %i0
mov %i0, %g2 retl
inc %g2 inc %o0
mov %g2, %i0
restore
retl