diff options
Diffstat (limited to 'lld/ELF/LinkerScript.cpp')
| -rw-r--r-- | lld/ELF/LinkerScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LinkerScript.cpp b/lld/ELF/LinkerScript.cpp index 103277729e3..310392c3c18 100644 --- a/lld/ELF/LinkerScript.cpp +++ b/lld/ELF/LinkerScript.cpp @@ -1330,7 +1330,7 @@ Expr ScriptParser::readPrimary() { // the next page boundary for simplicity. if (Tok == "DATA_SEGMENT_RELRO_END") { expect("("); - next(); + readExpr(); expect(","); readExpr(); expect(")"); |

