mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-20 05:53:26 +00:00
Fixed type
This commit is contained in:
parent
c525bcb902
commit
6a40c88ef0
@ -75,7 +75,7 @@ local function wline(line, needindent)
|
|||||||
g_synclineno = g_synclineno + 1
|
g_synclineno = g_synclineno + 1
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Write assembler line as a comment, if requestd.
|
-- Write assembler line as a comment, if requested.
|
||||||
local function wcomment(aline)
|
local function wcomment(aline)
|
||||||
if g_opt.comment then
|
if g_opt.comment then
|
||||||
wline(g_opt.comment..aline..g_opt.endcomment, true)
|
wline(g_opt.comment..aline..g_opt.endcomment, true)
|
||||||
|
Loading…
Reference in New Issue
Block a user