[decomp] make use of the generated load boundary data (#984)

* make use of the generated load boundary data

* reverse load boundaries
This commit is contained in:
ManDude
2021-12-01 00:14:43 +00:00
committed by GitHub
parent 59d071eccb
commit 6a38597cbc
7 changed files with 5274 additions and 8295 deletions
File diff suppressed because it is too large Load Diff
+1 -5
View File
@@ -999,7 +999,7 @@
;; INFO: Return type mismatch int vs none.
(defun-debug
save-boundary-cmd
((arg0 load-boundary-crossing-command) (arg1 string) (arg2 file-stream))
((arg0 load-boundary-crossing-command) (arg1 string) (arg2 object))
(case (-> arg0 cmd)
(((load-boundary-cmd load))
(format arg2 " :~S (load ~A ~A)~%" arg1 (-> arg0 lev0) (-> arg0 lev1))
@@ -2554,7 +2554,3 @@
;; definition (perm) for symbol *load-state*, type load-state
(define-perm *load-state* load-state (new 'global 'load-state))