fix previous commit

tcp-recv-fnmut
Sebastien Bourdeauducq 2020-07-06 12:11:20 +08:00
parent 7082e07a18
commit 6fa3a6bbd9
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ SECTIONS
.stack0 (NOLOAD) : ALIGN(8) {
__stack0_end = .;
. = ORIGIN(OCM) + LENGTH(OCM) - 8;
. = ORIGIN(OCM3) + LENGTH(OCM3) - 8;
__stack0_start = .;
} > OCM3