[Git][cmucl/cmucl][sparc64-dev] Make declaration of solaris_register_addres match impl

Raymond Toy rtoy at common-lisp.net
Mon Jan 1 02:13:45 UTC 2018


Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl


Commits:
a2c04885 by Raymond Toy at 2017-12-31T15:38:11-08:00
Make declaration of solaris_register_addres match impl

- - - - -


1 changed file:

- src/lisp/sparc-lispregs.h


Changes:

=====================================
src/lisp/sparc-lispregs.h
=====================================
--- a/src/lisp/sparc-lispregs.h
+++ b/src/lisp/sparc-lispregs.h
@@ -134,7 +134,7 @@
 
 #include <ucontext.h>
 
-extern int *solaris_register_address(struct ucontext *, int);
+extern long *solaris_register_address(struct ucontext *, int);
 
 #define SC_REG(sc, reg) (*solaris_register_address(sc,reg))
 



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/a2c048858bf31dd0c5ec5f2ba961b7c68ef0503b

---
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/a2c048858bf31dd0c5ec5f2ba961b7c68ef0503b
You're receiving this email because of your account on gitlab.common-lisp.net.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20180101/f013fad3/attachment.html>


More information about the cmucl-cvs mailing list