You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opening issue related to this bug, since the workaround below was removed from trunk:
(* MLRISC is incorrectly naming some of the 8-bit registers, so as a simple * workaround, we are just going to find/replace them in the output text file*)funreplace8BitRegisters asmFile = letval cmd = "sed -i \"s/%ah/%spl/g; s/%ch/%bpl/g; s/%dh/%sil/g; s/%bh/%dil/g\"" ^ asmFile
in
ignore (OS.Process.system cmd)
end
The text was updated successfully, but these errors were encountered:
Opening issue related to this bug, since the workaround below was removed from trunk:
The text was updated successfully, but these errors were encountered: