x64/LJ_GC64: Fix warning for DUALNUM build.

This commit is contained in:
Mike Pall 2017-02-20 02:44:29 +01:00
parent f640ec713a
commit 130d1dc5f2

View File

@ -1469,7 +1469,7 @@ static void build_subroutines(BuildCtx *ctx)
| mov [BASE-16], CFUNC:RD
| mov [BASE-8], TMPR
|.if DUALNUM
| mov64 RD, ((int64_t)LJ_TISNUM<<47)
| mov64 RD, ((uint64_t)LJ_TISNUM<<47)
| mov [BASE], RD
|.else
| mov qword [BASE], 0