ERET -> xRET; new memory map
[riscv-tests.git] / benchmarks / common / test.ld
index 00eb4a2b965d5fec989dcb83a86976eca0395b68..7ee56b6e0976f6d135a28be313232e6fd18d79c8 100644 (file)
@@ -21,7 +21,7 @@ SECTIONS
 {
 
   /* text: test code section */
-  . = 0x0;
+  . = 0x80000000;
   .text : 
   {
     crt.o(.text)