Skip to content

Commit 57c1a18

Browse files
committed
fix misc columns types
1 parent d8d7f00 commit 57c1a18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hub/london/columns/miscellaneous.lisp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
( STP_FLAG :binary@prove )
1414

1515
;; EXP columns (DONE)
16-
( EXP_INST :i32 )
16+
( EXP_INST :i16 )
1717
( EXP_DATA :array [5] :i128 )
1818

1919
;; MMU columns (DONE)
20-
( MMU_INST :i32 :display :hex)
20+
( MMU_INST :i16 :display :hex)
2121
( MMU_SRC_ID :i32 )
2222
( MMU_TGT_ID :i32 )
2323
( MMU_AUX_ID :i32 )
@@ -34,7 +34,7 @@
3434
( MMU_EXO_SUM :i32 )
3535

3636
;; MXP colummns
37-
( MXP_INST :i32 )
37+
( MXP_INST :byte )
3838
( MXP_MXPX :binary )
3939
( MXP_DEPLOYS :binary )
4040
( MXP_OFFSET_1_HI :i128 )

0 commit comments

Comments
 (0)