DynASM/x86: Add endbr instruction.

Thanks to Dmitry Stogov. #1143 #1142
This commit is contained in:
Mike Pall
2024-01-22 19:17:45 +01:00
parent 2f35cb45fd
commit 3ca0a80711
2 changed files with 3 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ local function wline(line, needindent)
g_synclineno = g_synclineno + 1
end
-- Write assembler line as a comment, if requestd.
-- Write assembler line as a comment, if requested.
local function wcomment(aline)
if g_opt.comment then
wline(g_opt.comment..aline..g_opt.endcomment, true)