We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d947e88 commit 907f5ceCopy full SHA for 907f5ce
tools-for-build/editcore.lisp
@@ -141,10 +141,7 @@
141
(enable-pie nil)
142
(dstate (make-dstate nil) :read-only t)
143
(seg (%make-segment :sap-maker (lambda () (error "Bad sap maker"))
144
- :virtual-location 0) :read-only t)
145
- (call-inst nil :read-only t)
146
- (jmp-inst nil :read-only t)
147
- (pop-inst nil :read-only t))
+ :virtual-location 0) :read-only t))
148
149
(defglobal *editcore-ppd*
150
;; copy no entries for macros/special-operators (flet, etc)
0 commit comments