Rework benchmarks to run in M-mode
[riscv-tests.git] / benchmarks / common / test.ld
index 082891c3c195138acf9b979ba1cbe4efe8991387..00eb4a2b965d5fec989dcb83a86976eca0395b68 100644 (file)
@@ -21,7 +21,7 @@ SECTIONS
 {
 
   /* text: test code section */
-  . = 0;
+  . = 0x0;
   .text : 
   {
     crt.o(.text)