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/3f4030a7724bb4b00b4c871fc1...