summaryrefslogtreecommitdiffstats
path: root/src/arch/mips/ashldi3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/ashldi3.c')
-rw-r--r--src/arch/mips/ashldi3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/ashldi3.c b/src/arch/mips/ashldi3.c
index 18af6b32e788..de9f7382526d 100644
--- a/src/arch/mips/ashldi3.c
+++ b/src/arch/mips/ashldi3.c
@@ -57,4 +57,3 @@ long long __ashldi3(long long u, word_type b)
return w.ll;
}
-