diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 09:37:50 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-07 09:37:50 +0200 |
| commit | 1c8c56210ffa2adb882f97a411c8a7facf2f4d83 (patch) | |
| tree | 81479bb2b41939740d5a622dd931ff3d58e1a754 /src/arch | |
| parent | 082cdd96c693d3035539959bd8d400d19b200f67 (diff) | |
| download | nissy-core-1c8c56210ffa2adb882f97a411c8a7facf2f4d83.tar.gz nissy-core-1c8c56210ffa2adb882f97a411c8a7facf2f4d83.zip | |
Remove double return
Diffstat (limited to 'src/arch')
| -rw-r--r-- | src/arch/neon.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arch/neon.h b/src/arch/neon.h index acb75c3..9ebebf8 100644 --- a/src/arch/neon.h +++ b/src/arch/neon.h | |||
| @@ -228,7 +228,6 @@ coord_csep(cube_t c) | |||
| 228 | ret += p * ((mem[i] & CSEPBIT) >> 2); | 228 | ret += p * ((mem[i] & CSEPBIT) >> 2); |
| 229 | 229 | ||
| 230 | return ret; | 230 | return ret; |
| 231 | return 0; | ||
| 232 | } | 231 | } |
| 233 | 232 | ||
| 234 | STATIC_INLINE int64_t | 233 | STATIC_INLINE int64_t |
