Skip to content

Commit

Permalink
fix: ras
Browse files Browse the repository at this point in the history
  • Loading branch information
letypequividelespoubelles committed Jan 24, 2024
1 parent 1e02013 commit c184ad1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/columns.lisp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(module bin)

(defcolumns
(STAMP :i24)
(CT_MAX :i4)
(COUNTER :i4)
(STAMP :i32)
(CT_MAX :byte)
(COUNTER :byte)
(INST :byte :display :opcode)
(ARGUMENT_1_HI :i128)
(ARGUMENT_1_LO :i128)
Expand Down

0 comments on commit c184ad1

Please sign in to comment.