Browse Source

* avoid assembler warning about missing eol at eof

git-svn-id: trunk@20957 -
florian 13 years ago
parent
commit
4934a42389
2 changed files with 2 additions and 2 deletions
  1. 1 1
      rtl/linux/mipsel/cprt0.as
  2. 1 1
      rtl/linux/mipsel/gprt0.as

+ 1 - 1
rtl/linux/mipsel/cprt0.as

@@ -1 +1 @@
-.include "mips/cprt0.as"
+.include "mips/cprt0.as"

+ 1 - 1
rtl/linux/mipsel/gprt0.as

@@ -1 +1 @@
-.include "mips/gprt0.as"
+.include "mips/gprt0.as"