-rw-r--r-- | lib/jit_sparc.c | 5 |
diff --git a/lib/jit_sparc.c b/lib/jit_sparc.c index 84ff48c..23d4442 100644 --- a/lib/jit_sparc.c +++ b/lib/jit_sparc.c @@ -1464,6 +1464,11 @@ _emit_code(jit_state_t *_jit) #if __WORDSIZE == 64 case_rr(hton, _ul); #endif + case_rr(bswap, _us); + case_rr(bswap, _ui); +#if __WORDSIZE == 64 + case_rr(bswap, _ul); +#endif case_rr(ext, _c); case_rr(ext, _uc); case_rr(ext, _s); |