diff options
| author | Camil Staps | 2016-11-20 14:04:13 +0000 |
|---|---|---|
| committer | Camil Staps | 2016-11-20 14:04:13 +0000 |
| commit | 83824bb9c55be7f0c1a294b74263dc2aa9d0351f (patch) | |
| tree | 4a5bdc64b058de435b8f41f25dd7e9b13b00cb34 | |
| parent | Fix compilation order for compliance with clm (diff) | |
Fix cgopts comments
| -rw-r--r-- | cgopts.s | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,5 +8,5 @@ heap_size: .word 0x00200000 @ 2M ab_stack_size: .word 0x00080000 @ 500k flags: .word 0x00000008 @ (from clm.c) -heap_size_multiple: .word 0x00001400 @ 100 << 10 (100k, from clm.c) -initial_heap_size: .word 0x00019000 @ 20 << 8 (from clm.c) +heap_size_multiple: .word 0x00001400 @ 20 << 8 (from clm.c) +initial_heap_size: .word 0x00019000 @ 100 << 10 (100k, from clm.c) |
