[Git][cmucl/cmucl][sparc64-dev] Fix typo.
Raymond Toy
rtoy at common-lisp.net
Wed Jan 4 04:00:04 UTC 2017
Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
908b8c0d by Raymond Toy at 2017-01-03T19:59:53-08:00
Fix typo.
It's 0, not o
- - - - -
1 changed file:
- src/lisp/validate.c
Changes:
=====================================
src/lisp/validate.c
=====================================
--- a/src/lisp/validate.c
+++ b/src/lisp/validate.c
@@ -135,7 +135,7 @@ validate_stacks()
#endif
#endif
#ifdef PRINTNOISE
- fprintf(stderr, "control_stack at 0x%o12lx size %ld\n",
+ fprintf(stderr, "control_stack at 0x%012lx size %ld\n",
(unsigned long) control_stack, (unsigned long) control_stack_size);
#endif
@@ -148,7 +148,7 @@ validate_stacks()
binding_stack = (lispobj*) os_validate(NULL, binding_stack_size);
#endif
#ifdef PRINTNOISE
- fprintf(stderr, "binding_stack at 0x%o12lx size %ld\n",
+ fprintf(stderr, "binding_stack at 0x%012lx size %ld\n",
(unsigned long) binding_stack, (unsigned long) binding_stack_size);
#endif
#ifdef sparc
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/908b8c0d1b3109613da9769de6fbd09b80ee789c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170104/74f32f82/attachment.html>
More information about the cmucl-cvs
mailing list