diff options
Diffstat (limited to 'src/arch/mips/ashldi3.c')
-rw-r--r-- | src/arch/mips/ashldi3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/mips/ashldi3.c b/src/arch/mips/ashldi3.c index 18af6b32e7..de9f738252 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; } - |