mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 15:14:08 +00:00
DynASM: Emit #line <n> <file> instead of #<n> <file>.
This commit is contained in:
parent
782787f1fa
commit
1f7b326217
@ -85,7 +85,7 @@ end
|
||||
-- Resync CPP line numbers.
|
||||
local function wsync()
|
||||
if g_synclineno ~= g_lineno and g_opt.cpp then
|
||||
wline("# "..g_lineno..' "'..g_fname..'"')
|
||||
wline("#line "..g_lineno..' "'..g_fname..'"')
|
||||
g_synclineno = g_lineno
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user