File tree Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Expand file tree Collapse file tree 7 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 9
9
local _info = {
10
10
arch = " arm" ,
11
11
description = " DynASM ARM module" ,
12
- version = " 1.4 .0" ,
13
- vernum = 10400 ,
14
- release = " 2015-10-18 " ,
12
+ version = " 1.5 .0" ,
13
+ vernum = 10500 ,
14
+ release = " 2021-05-02 " ,
15
15
author = " Mike Pall" ,
16
16
license = " MIT" ,
17
17
}
Original file line number Diff line number Diff line change 9
9
local _info = {
10
10
arch = " arm" ,
11
11
description = " DynASM ARM64 module" ,
12
- version = " 1.4 .0" ,
13
- vernum = 10400 ,
14
- release = " 2015-10-18 " ,
12
+ version = " 1.5 .0" ,
13
+ vernum = 10500 ,
14
+ release = " 2021-05-02 " ,
15
15
author = " Mike Pall" ,
16
16
license = " MIT" ,
17
17
}
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ local mipsr6 = _map_def.MIPSR6
12
12
local _info = {
13
13
arch = mips64 and " mips64" or " mips" ,
14
14
description = " DynASM MIPS32/MIPS64 module" ,
15
- version = " 1.4 .0" ,
16
- vernum = 10400 ,
17
- release = " 2020-01-20 " ,
15
+ version = " 1.5 .0" ,
16
+ vernum = 10500 ,
17
+ release = " 2021-05-02 " ,
18
18
author = " Mike Pall" ,
19
19
license = " MIT" ,
20
20
}
Original file line number Diff line number Diff line change 11
11
local _info = {
12
12
arch = " ppc" ,
13
13
description = " DynASM PPC module" ,
14
- version = " 1.4 .0" ,
15
- vernum = 10400 ,
16
- release = " 2015-10-18 " ,
14
+ version = " 1.5 .0" ,
15
+ vernum = 10500 ,
16
+ release = " 2021-05-02 " ,
17
17
author = " Mike Pall" ,
18
18
license = " MIT" ,
19
19
}
Original file line number Diff line number Diff line change 10
10
#include <stddef.h>
11
11
#include <stdarg.h>
12
12
13
- #define DASM_IDENT "DynASM 1.4 .0"
14
- #define DASM_VERSION 10400 /* 1.4 .0 */
13
+ #define DASM_IDENT "DynASM 1.5 .0"
14
+ #define DASM_VERSION 10500 /* 1.5 .0 */
15
15
16
16
#ifndef Dst_DECL
17
17
#define Dst_DECL dasm_State **Dst
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ local x64 = x64
11
11
local _info = {
12
12
arch = x64 and " x64" or " x86" ,
13
13
description = " DynASM x86/x64 module" ,
14
- version = " 1.4 .0" ,
15
- vernum = 10400 ,
16
- release = " 2015-10-18 " ,
14
+ version = " 1.5 .0" ,
15
+ vernum = 10500 ,
16
+ release = " 2021-05-02 " ,
17
17
author = " Mike Pall" ,
18
18
license = " MIT" ,
19
19
}
Original file line number Diff line number Diff line change 10
10
local _info = {
11
11
name = " DynASM" ,
12
12
description = " A dynamic assembler for code generation engines" ,
13
- version = " 1.4 .0" ,
14
- vernum = 10400 ,
15
- release = " 2015-10-18 " ,
13
+ version = " 1.5 .0" ,
14
+ vernum = 10500 ,
15
+ release = " 2021-05-02 " ,
16
16
author = " Mike Pall" ,
17
17
url = " https://luajit.org/dynasm.html" ,
18
18
license = " MIT" ,
You can’t perform that action at this time.
0 commit comments