-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from aergoio/fix/luajit-bugs-1
fix some LuaJIT bugs
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luajit
updated
22 files
+5 −3 | src/lib_base.c | |
+2 −1 | src/lib_bit.c | |
+1 −1 | src/lj_asm_mips.h | |
+1 −1 | src/lj_carith.c | |
+1 −1 | src/lj_cparse.c | |
+2 −1 | src/lj_crecord.c | |
+1 −1 | src/lj_ctype.c | |
+1 −1 | src/lj_emit_arm.h | |
+5 −4 | src/lj_emit_arm64.h | |
+1 −1 | src/lj_obj.h | |
+3 −3 | src/lj_opt_fold.c | |
+6 −6 | src/lj_parse.c | |
+2 −2 | src/lj_strfmt.c | |
+15 −14 | src/lj_strscan.c | |
+3 −3 | src/lj_vmmath.c | |
+7 −0 | src/vm_arm.dasc | |
+9 −0 | src/vm_arm64.dasc | |
+9 −1 | src/vm_mips.dasc | |
+10 −2 | src/vm_mips64.dasc | |
+9 −0 | src/vm_ppc.dasc | |
+13 −8 | src/vm_x64.dasc | |
+6 −0 | src/vm_x86.dasc |