Link the infinate loop at 0x10000000
[riscv-tests.git] / debug / targets / spike / link.lds
index b86b2b732e111f6290139b99e7d4c84a71d7a747..01d0e3d0f7861ac5d6766cf4af4754630072ceca 100755 (executable)
@@ -4,7 +4,7 @@ SECTIONS
 {
   /* Leave some space for pk's data structures, which includes tohost/fromhost
    * which are special addresses we ought to leave alone.  */
-  . = 0x80010000;
+  . = 0x10010000;
   .text : 
   {
     *(.text.entry)