Make address type explicit.
This commit is contained in:
parent
cc12636bcd
commit
3c0f5d34bf
|
@ -228,7 +228,7 @@ viewAccessInput m =
|
||||||
in
|
in
|
||||||
div []
|
div []
|
||||||
[ h2 [] [ text "Run access simulation" ]
|
[ h2 [] [ text "Run access simulation" ]
|
||||||
, labeledInput "Access address" m.accessInput ChangeAccessInput
|
, labeledInput "Access byte address" m.accessInput ChangeAccessInput
|
||||||
, buttonWrapper [ accessButton, editHierarchyButton ]
|
, buttonWrapper [ accessButton, editHierarchyButton ]
|
||||||
, errorHtml
|
, errorHtml
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user