diff options
Diffstat (limited to 'arch/mips/lib/ashldi3.c')
-rw-r--r-- | arch/mips/lib/ashldi3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/ashldi3.c b/arch/mips/lib/ashldi3.c index beb80f316095..927dc94a030f 100644 --- a/arch/mips/lib/ashldi3.c +++ b/arch/mips/lib/ashldi3.c @@ -2,7 +2,7 @@ #include "libgcc.h" -long long __ashldi3(long long u, word_type b) +long long notrace __ashldi3(long long u, word_type b) { DWunion uu, w; word_type bm; |