diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-06-15 15:23:50 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-06-15 15:23:50 -0700 |
commit | 36c2d2eadd1eca31d0b2b1634b654c2cf556b965 (patch) | |
tree | 16e3e4de2f48bc34ad3a643a3d9f45292c29bf2a | |
parent | 43957d3ce5a0c61afebb50754190f1644a5c45b8 (diff) | |
download | mu-36c2d2eadd1eca31d0b2b1634b654c2cf556b965.tar.gz |
6526
-rw-r--r-- | apps/subx-params.subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/subx-params.subx b/apps/subx-params.subx index 8aa89242..03ccca41 100644 --- a/apps/subx-params.subx +++ b/apps/subx-params.subx @@ -12,7 +12,7 @@ Input-size: # number of labels we can translate to addresses Max-labels: - 0x30000/imm32/8K-labels/192KB + 0x30000/imm32/24K-labels/192KB # capacity of trace-stream Trace-size: |