Skip to content

Commit

Permalink
fixed compile errors
Browse files Browse the repository at this point in the history
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
  • Loading branch information
macfarla committed May 3, 2023
1 parent 6dadc74 commit 00e9022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions trm/columns.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
(defcolumns
STAMP
CT
(PBIT: BOOLEAN)
ADDR_HI
ADDR_LO
ACC_HI
ACC_LO
ACC_T
TRM_ADDR_HI
(IS_PREC: BOOLEAN)
(PBIT :BOOLEAN)
(IS_PREC :BOOLEAN)
(ONES :BOOLEAN)
(BYTE_HI :BYTE)
(BYTE_LO :BYTE)
ACC_T
(ONES: BOOLEAN)
)
3 changes: 1 addition & 2 deletions trm/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,4 @@
;; ;;
;; 1.5 constraints ;;
;; ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;)

0 comments on commit 00e9022

Please sign in to comment.