mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
Make DynASM conditionals available before .arch statement.
This commit is contained in:
parent
b2b8577a93
commit
31f0074c5e
@ -370,8 +370,12 @@ map_coreop[".include_1"] = function(params)
|
|||||||
if fatal then wfatal("in include file") end
|
if fatal then wfatal("in include file") end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Make .include initially available, too.
|
-- Make .include and conditionals initially available, too.
|
||||||
map_op[".include_1"] = map_coreop[".include_1"]
|
map_op[".include_1"] = map_coreop[".include_1"]
|
||||||
|
map_op[".if_1"] = map_coreop[".if_1"]
|
||||||
|
map_op[".elif_1"] = map_coreop[".elif_1"]
|
||||||
|
map_op[".else_0"] = map_coreop[".else_0"]
|
||||||
|
map_op[".endif_0"] = map_coreop[".endif_0"]
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user