diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 1999-03-04 12:40:37 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 1999-03-04 12:40:37 +0000 |
commit | 814ec4e5f1c98c96332dc9a508f255bb6343e3c2 (patch) | |
tree | 5a4c189ba2e3ffc42622de73339a11022731d209 | |
parent | 2de70e94276f3ef42a549fac002ce0e244cb7b39 (diff) |
Typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2332 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | asmrun/power-elf.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asmrun/power-elf.S b/asmrun/power-elf.S index d654b4c79..8eab73411 100644 --- a/asmrun/power-elf.S +++ b/asmrun/power-elf.S @@ -310,7 +310,7 @@ caml_start_program: Storeglobal(9, caml_exception_pointer, 11) addi 1, 1, 8 /* Pop the callback link, restoring the global variables */ -L106: +.L106: lwz 9, 0(1) lwz 10, 4(1) lwz 11, 8(1) |