diff options
Diffstat (limited to 'src/buildvm_x86.dasc')
-rw-r--r-- | src/buildvm_x86.dasc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildvm_x86.dasc b/src/buildvm_x86.dasc index 31845526..36151318 100644 --- a/src/buildvm_x86.dasc +++ b/src/buildvm_x86.dasc | |||
@@ -1211,7 +1211,7 @@ static void build_subroutines(BuildCtx *ctx, int cmov, int sse) | |||
1211 | |.endmacro | 1211 | |.endmacro |
1212 | | | 1212 | | |
1213 | |.macro .ffunc_nnsse, name | 1213 | |.macro .ffunc_nnsse, name |
1214 | | .ffunc_1 name | 1214 | | .ffunc_2 name |
1215 | | cmp dword [BASE+4], LJ_TISNUM; ja ->fff_fallback | 1215 | | cmp dword [BASE+4], LJ_TISNUM; ja ->fff_fallback |
1216 | | cmp dword [BASE+12], LJ_TISNUM; ja ->fff_fallback | 1216 | | cmp dword [BASE+12], LJ_TISNUM; ja ->fff_fallback |
1217 | | movsd xmm0, qword [BASE] | 1217 | | movsd xmm0, qword [BASE] |