aboutsummaryrefslogtreecommitdiff
path: root/target-i386/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-i386/op.c')
-rw-r--r--target-i386/op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/op.c b/target-i386/op.c
index 20eeaa4409..a9a8665a1c 100644
--- a/target-i386/op.c
+++ b/target-i386/op.c
@@ -225,7 +225,7 @@ void OPPROTO op_bswapl_T0(void)
#ifdef TARGET_X86_64
void OPPROTO op_bswapq_T0(void)
{
- T0 = bswap64(T0);
+ helper_bswapq_T0();
}
#endif