Skip to content
Snippets Groups Projects
Commit d55e32fa authored by Raymond Toy's avatar Raymond Toy
Browse files

Add x86 reader conditional

This bootstrap file only applies to x86, so add reader conditionals so
that this can be loaded for other architectures without having any
effect.

One less thing to worry about when bootstrapping.
parent 80f89a62
No related branches found
No related tags found
No related merge requests found
Pipeline #8024 passed
......@@ -3,8 +3,10 @@
;;
;; Use bin/build.sh -B boot-2021-07-2 to build this.
#+x86
(in-package :x86)
#+x86
(ext:without-package-locks
(handler-bind
((error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment