aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/common/test.ld
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/common/test.ld')
-rw-r--r--benchmarks/common/test.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/common/test.ld b/benchmarks/common/test.ld
index 082891c..db4ec45 100644
--- a/benchmarks/common/test.ld
+++ b/benchmarks/common/test.ld
@@ -21,7 +21,7 @@ SECTIONS
{
/* text: test code section */
- . = 0;
+ . = 0x100;
.text :
{
crt.o(.text)