-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule LuaJIT
updated
11 files
+18 −10 | src/lj_asm_arm.h | |
+14 −6 | src/lj_asm_arm64.h | |
+17 −10 | src/lj_asm_mips.h | |
+17 −10 | src/lj_asm_ppc.h | |
+16 −9 | src/lj_asm_x86.h | |
+7 −4 | src/lj_def.h | |
+38 −9 | src/lj_opt_fold.c | |
+10 −5 | src/lj_opt_mem.c | |
+11 −2 | src/lj_record.c | |
+5 −2 | src/lj_state.c | |
+1 −1 | src/vm_x86.dasc |