We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d7f00 commit 57c1a18Copy full SHA for 57c1a18
hub/london/columns/miscellaneous.lisp
@@ -13,11 +13,11 @@
13
( STP_FLAG :binary@prove )
14
15
;; EXP columns (DONE)
16
- ( EXP_INST :i32 )
+ ( EXP_INST :i16 )
17
( EXP_DATA :array [5] :i128 )
18
19
;; MMU columns (DONE)
20
- ( MMU_INST :i32 :display :hex)
+ ( MMU_INST :i16 :display :hex)
21
( MMU_SRC_ID :i32 )
22
( MMU_TGT_ID :i32 )
23
( MMU_AUX_ID :i32 )
@@ -34,7 +34,7 @@
34
( MMU_EXO_SUM :i32 )
35
36
;; MXP colummns
37
- ( MXP_INST :i32 )
+ ( MXP_INST :byte )
38
( MXP_MXPX :binary )
39
( MXP_DEPLOYS :binary )
40
( MXP_OFFSET_1_HI :i128 )
0 commit comments