[Git][cmucl/cmucl][sparc64-dev-nyi] Bump the start of the object-not- enum

Raymond Toy rtoy at common-lisp.net
Thu Jan 19 04:51:01 UTC 2017


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


Commits:
3f4030a7 by Raymond Toy at 2017-01-18T20:50:48-08:00
Bump the start of the object-not- enum

This was overlapping the trap- enum.

- - - - -


1 changed file:

- src/compiler/sparc64/parms.lisp


Changes:

=====================================
src/compiler/sparc64/parms.lisp
=====================================
--- a/src/compiler/sparc64/parms.lisp
+++ b/src/compiler/sparc64/parms.lisp
@@ -268,7 +268,7 @@
   )
 
 ;; Make sure this starts AFTER the last element of the above enum!
-(defenum (:prefix object-not- :suffix -trap :start 16)
+(defenum (:prefix object-not- :suffix -trap :start 20)
   list
   instance)
 



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/3f4030a7724bb4b00b4c871fc1f5877cba12f457
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20170119/2ec0b332/attachment.html>


More information about the cmucl-cvs mailing list